2025-11-19 3:20 AM
Hello everyone,
This is my first post on the platform, so please bear with me.
I would like to write raw data to an SD card very quickly.
After quite a bit of research, I decided to use SDMMC with MDMA, and I want to write directly to the SD card blocks to avoid latency associated with the FATFS overlay.
Apart from an old post that explains how to configure MDMA and link it to SDMMC, I haven't found any concrete examples of a function that allows reading and writing to the SD card.
Could you give me a simple example of writing and reading to use MDMA with SDMMC to write to the SD card, or point me to existing projects or examples that I may have missed?
Thanks in advance.