RS485 Uart DMA Tx
I am using stm32f4xx, and I am using UART with DMA normal mode. I have a problem with the Transmit Completed state, When I using the TxCompletedCallbacks I get hard fault error so I learned it does not using with normal mode so I am trying the Transm...