• Welcome to Andy's Workshop Forums. Please login or sign up.
 
April 24, 2024, 05:27:52 am

News:

SMF - Just Installed!


Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Topics - dientl

1
Dear all,
After we declare a can and use with below information for filter ability:
void initialise() {

      CAN_FilterInitTypeDef CANFilterInitStruct;

      CANFilterInitStruct.CAN_FilterNumber=0;
      CANFilterInitStruct.CAN_FilterMode=CAN_FilterMode_IdMask;
      CANFilterInitStruct.CAN_FilterScale=CAN_FilterScale_32bit;
      CANFilterInitStruct.CAN_FilterIdHigh=0x0000;
      CANFilterInitStruct.CAN_FilterIdLow=0x0000;
      CANFilterInitStruct.CAN_FilterMaskIdHigh=0x0000;
      CANFilterInitStruct.CAN_FilterMaskIdLow=0x0000;
      CANFilterInitStruct.CAN_FilterFIFOAssignment=0;
      CANFilterInitStruct.CAN_FilterActivation=ENABLE;

      CAN_FilterInit(&CANFilterInitStruct);
     }
 Could you please show with me how to change these parameters in case we need?

Thanks so much

Regards,
Ken
2
Hi all,
The project named Arduino Uno R3 graphics accelerator shield uses no pins was shared by Mr. Andy is really wonderfull for me. Could you all help me some ideas so I can get the data from STM32 chip ( such as ADC, etc) and return to the UNO board?

Thank you all and looking forward feedback from you all!