Resolved! STM32H563 UART DMA idle not triggering
Hello everyone,I'm working on a custom board with an STM32H563 and using CubeMX, HAL, and ThreadX.I am trying to receive variable-length UART data via DMA using HAL_UARTEx_ReceiveToIdle_DMA(). My problem is that the HAL_UARTEx_RxEventCallback never t...