2021-06-08 01:17 AM
* I am using STM32F042G6,
*I need examle for CAN Bus both TX & Rx,
*Receive mode of (Interrupt)
*i am using cube ide:4.24.0
Solved! Go to Solution.
2021-06-08 06:28 AM
Hello @Ss.6,
I recommend you to have a look to the example under STM32Cube directory:
STM32Cube_FW_F0_V1.11.1\Projects\STM32072B_EVAL\Examples\CAN\CAN_Networking
This example can help you to configure the CAN peripheral to send and receive CAN frames
You can also follow the guide to import Cube projects from SW4STM32 to STM32CubeIDE:
Please refer to UM2579: Migration guide from System Workbench to STM32CubeIDE.
Imen
2021-06-08 06:28 AM
Hello @Ss.6,
I recommend you to have a look to the example under STM32Cube directory:
STM32Cube_FW_F0_V1.11.1\Projects\STM32072B_EVAL\Examples\CAN\CAN_Networking
This example can help you to configure the CAN peripheral to send and receive CAN frames
You can also follow the guide to import Cube projects from SW4STM32 to STM32CubeIDE:
Please refer to UM2579: Migration guide from System Workbench to STM32CubeIDE.
Imen
2021-06-11 02:09 AM
Thanks for your reply
2021-06-11 02:09 AM
Thank you very much for your reply.