Resolved! Best practice using DMA to read from UART and write to SD?
Posted on June 17, 2018 at 12:09I'm reading data from a UART with DMA and want to write that data to an SD card (on a F722). Since the data is much longer than my buffer, I chose circular buffer for the DMA.The problem now is that I need to save the...