The config looks ok, no problems there.
First, if you absolutely need the performance and have the pins to spare, I suggest you switch to 4 bit sdio it should 2x to 3x the speed. If you cannot/do not want to, try using SPI instead to see if anything changes.
Still, 150KB/s is really slow, with a ...
Search found 3 matches
- Sat May 10, 2025 8:01 pm
- Forum: ESP-IDF
- Topic: Very slow write speed in SDMMC 1 bit mode on ESP32 s3
- Replies: 2
- Views: 558
- Sat May 10, 2025 7:33 pm
- Forum: ESP-IDF
- Topic: Consistent inconsistencies with f_read performance
- Replies: 2
- Views: 106
Re: Consistent inconsistencies with f_read performance
Hey, I've tried your suggestions as well as something else, but still this behaveour persists.
About interrupts. Ive tried portENTER_CRITICAL, taskENTER_CRITICAL_FROM_ISR and taskENTER_CRITICAL. All of them provoke a core panic as soon as f_read is called. Ive seen some people suggesting that FatFS ...
About interrupts. Ive tried portENTER_CRITICAL, taskENTER_CRITICAL_FROM_ISR and taskENTER_CRITICAL. All of them provoke a core panic as soon as f_read is called. Ive seen some people suggesting that FatFS ...
- Thu May 08, 2025 9:47 pm
- Forum: ESP-IDF
- Topic: Consistent inconsistencies with f_read performance
- Replies: 2
- Views: 106
Consistent inconsistencies with f_read performance
Hey everyone!
In a recent proyect ive found myself having to really optimize read speeds from an sdcard and have encountered a weird behaveour I just cant fix or even explain.
Introducing the issue, im trying to reproduce GIFs directly from an SD card. So, using the SDMMC driver Ive mounted the ...
In a recent proyect ive found myself having to really optimize read speeds from an sdcard and have encountered a weird behaveour I just cant fix or even explain.
Introducing the issue, im trying to reproduce GIFs directly from an SD card. So, using the SDMMC driver Ive mounted the ...