CAN Ressources
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-14 4:39 AM
Hello St
Community
,
I'm
using
STM32f103RB for CAN communication
which successfully
works
, but I wanted to know which resources uses the STM32 to communicate by CAN ?According to my researches I think it’s the Cortex M3 processor, am I right ?
Regards,
Nicolas.- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-14 6:20 AM
I don't understand the question.
The Data Sheet has a block diagram of the processor and peripherals, along with bus connectivity.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-14 6:37 AM
I’m sorry,
I will repeat my question, the different registers use for CAN communications are obviously stored onto the STM32 card, but where ? Thanks for the help,Nicolas
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-14 11:14 AM
They are in a big block of IP that represents the CAN Peripheral.
The Cortex-M3 is just the processor core, it is surrounded by very large peripherals composed of tens-of-thousands of logic gates (or equivalents). The F1 design has a block of RAM used by the USB and CAN peripherals.
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-14 11:21 AM
The processor is in the bottom right corner, the unorganized mass of gates in the middle is the peripherals
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-14 11:28 AM
This is the diagram from the Data Sheet, the CAN stuff lives inside the bxCAN block and the SRAM 512B block, lower right corner
Up vote any posts that you find helpful, it shows what's working..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2017-06-15 1:13 AM
Thank you
