Going to STOP while waiting for UART TX DMA to complete
Posted on July 04, 2016 at 04:06Dear forum, I am trying to transfer a block of bytes from RAM to UART2 using DMA on STM32F042. I found the HAL function HAL_UART_Transmit_DMA, so I want to go to stop right after that, like this: int_disable(); ...