Search found 1 match
- Mon Aug 18, 2025 3:50 am
- Forum: ESP-IDF
- Topic: SDMMC Best Practices for Continual Writing
- Replies: 1
- Views: 428
SDMMC Best Practices for Continual Writing
I have a setup where I will continually write data to the SD card whenever there is an SD card inserted (187.5 KB/sec written in chunks of ~9600 every 50 milliseconds). The SD card can be removed at any point and reinserted later. The data between then is unimportant, and losing a few chunks when ...