When is the IDLE line detection interrupt triggered for UART?
Hello,I'm trying to use the async Zephyr UART stm32 api, but I've encountered an issue. I'm using STM32F412.I'm trying to use the Zephyr UART stm32 async API(with DMA), with 3Mbps. I can see that the received data are correct so the baudrate/frame/DM...