LPUART1 interrupt stuck in HAL_UART_IRQHandler on STM32MP2 (RS485 + ReceiveToIdle)
Hi everyone,I am working on an STM32MP2 platform and facing a persistent issue with LPUART1 in interrupt mode.SetupMCU: STM32MP2UART used: LPUART1 (RS485 communication via MAX485)Debug UART: UART5 (polling mode, printf works fine)Using:HAL_UARTEx_Re...