CAN is not working in loopback mode on STM32F469I DISCO board
I am trying to interface CAN communication in loopback mode in STM32F469I DISCO but it is not working.
I am trying to interface CAN communication in loopback mode in STM32F469I DISCO but it is not working.
There is no CAN examples available for STM32F469I DISCO board but you can inspire from the example provided in the STM32CubeF4 in github from this link for STM32469I_EVAL board (the same microcontroller, but you need to check the RCC and the CAN GPIO pins configurations):
But you didn't share your code to look at it.
Two questions:
Did you enable and configure correctly the filters.
Did you configure the internal pull-up resistor for CAN_Rx pin ? if not it needs to be configured.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.