Saving data to SD card
Hello everyone,
In CubeMX 5.3.0 I have configured FATFS+DMA+SDMMC for a card running STM32F777VI. i've been trying to save some data into a .txt file.
It works fine, but i can't write data to SD card as fast as I want. Requirement is to save 25 bytes every 3ms (which I receive from UART at 330Hz), but it seems doing so affects speed of other UART communications/ stops communication for a moment. What's the maximum write speed I can achieve without affecting other peripheral behavior?
I was playing with clock settings/SDMMC CLK divide factor to figure out if it's low clock setting issue. Attaching system clk config and SDMMC settings,can anyone see a potential problem in clock settings?


