cancel
Showing results for 
Search instead for 
Did you mean: 

Show me CAN Loopback mode program using STM32F4.

Syama.1
Associate

I want to write a CAN Loopback mode program. But I don't know how to write it.

Show me all the code of CAN Loopback mode program using STM32F4.

2 REPLIES 2
TDK
Guru

Here is one example among several others in the STM32CubeF4 repository:

https://github.com/STMicroelectronics/STM32CubeF4/blob/b5abca20c9676b04f8d2885a668a9b653ee65705/Projects/STM324xG_EVAL/Examples/CAN/CAN_LoopBack/Src/main.c

If you feel a post has answered your question, please click "Accept as Solution".

Thank you for answering. Did this program work when you tried it? When I tried it, this program does not work.