Losses the bytes of data in LPUART IRQ HANDLER?
I have configured LPUART with 9600 baud rate and enable receiver interrupt with MCU 65Khz low power mode and my uart handler likevoid LPUART1_IRQHandler(void){ uint32_t isrflags = READ_REG(hlpuart1.Instance->ISR); uint32_t cr1its = READ_REG(hlpuar...