Need to ignore the unwanted start bit during the stop mode.
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 e...