User Activity

Hi all,I'm using an STM32F413 to write to an uSD card via DMA over SDIO. I'm using the FATFS (R0.12c).  Up until now, I've been writing to the SD card by firstly mounting, opening the file, write, write, write... then closing and unmounting. I'm writ...