How to fix LPUART Transmit on STM32L010 after reset
Hello, I have an STM32L010F4P6. I am using HAL libraries, STM32Cube IDE 1.10. And i wrote my program in language C. I must set optimalization to -Os. (Low space) My issue is little bit mysterious. I am using LPUART (115200 8N1) for communication. When I flash fw and run a code all work perfectly, but when i reset the STM32 (unconnected and connected power or terminate by IDE, unconnect ST-link, reset by ide) the MCU Transmit wrong data in response. I could not debug (because -Os) and also because it failed after reset
