STM32F042G6 CAN TX & RX example.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-08 1: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.
- Labels:
-
CAN
-
STM32F0 Series
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-08 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-08 6: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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-11 2:09 AM
Thanks for your reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2021-06-11 2:09 AM
Thank you very much for your reply.
