Which interrupt for complete uart transfer with DMA
Posted on September 13, 2016 at 15:07Hi, With STM32L1, I need to know when a frame transmition is complete when sent on uart using DMA. By complete, I mean, the last bit has been sent on the line because I need to activate a buffer when data is tran...