Why does my STM32F446 create disturbances on a CAN-bus when it wakes up from Stop Mode?
I have a CAN-bus network and there is one host and 2 "slaves", all implemented inside STM32F446 micrcontrollers. To save power, I put them into Stop Mode when they're idle. In order to wake up from Stop Mode, I subscribe to external interrupt on CAN ...