Disable RX TX Callbacks - Uart DMA stop
Posted on December 17, 2015 at 07:21 Hello there, I am using uart tx and rx with dma. It works, but each time I stop the DMA using: /** * @brief Stops the DMA Transfer. * @param huart: pointer to a UART_HandleTypeDef structure tha...