Why does my STM32F446 create disturbances on a CAN-bus when it wakes up from Stop Mode?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-03-05 5:33 AM
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 Rx and I always send a wake-up packet before the real packet. I have found that when a microcontroller wakes up, it creates some disturbances that makes the currently transmitted packet invalid. Does anybody know how I can prevent this from happening?
- Labels:
-
CAN
-
Power
-
STM32F4 Series
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2019-05-01 4:04 AM
False alarm, a microcontroller in stop mode does not corrupt CAN-packets when it wakes up from stop mode.
