2025-03-11 11:43 AM
I am working on STM32L051R8, which is set to use Stop mode, which wakes up on the start bit.
I have a situation where the MCU wakes up on an unwanted start bit, and UART extracts unwanted data. The expected action is to ignore the unwanted data and enable it to wake up again when it is supposed to.
I have tried to use
2025-03-11 12:44 PM
How do you know that the start bit is unwanted and does not indicate valid data?
2025-03-11 1:23 PM
When you receive "unwanted data", ignore it and go back to sleep. As far as the UART is concerned, A start bit indicates valid data.