Question
An exception occurred after using HAL_UART_Transmit_DMA with HAL_UART_AbortReceive.
Chip model: STM32H723VGTx
Both the RX and TX buffers are allocated in the D2 domain.
1.CubMx settings are correct.
2.HAL_UART_Transmit_DMA runs normally on the first run.
However, after running HAL_UART_AbortReceive, HAL_UART_Transmit_DMA fails.
Tracing the HAL_UART_Transmit_DMA function:
The huart->gState value is always 0x33.
