2017-06-14 04: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.2017-06-14 06:20 AM
I don't understand the question.
The Data Sheet has a block diagram of the processor and peripherals, along with bus connectivity.
2017-06-14 06: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
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.
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
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
2017-06-15 01:13 AM
Thank you