I want my STMF103RE based system to sit in Stop Mode and then wake up when a CAN message arrives, do something about it, and go back to Stop Mode.
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...