I want my system to sit in Stop Mode and then wake up and receive and process a CAN message when one arrives. The code I generated for setting up the system includes: RCC->APB1ENR |= ( 1UL << 25); /* enable clock for CAN -- Note: MCBSTM32 us...
I'm new to this forum, and this is my first post, so please excuse my newbieness.Uwe Bonnes suggests that since it takes some time for the processor to get up and running, that some part of the CAN message has already gone by, so that the full messag...