I got the previous results reading 4096 byte blocks.
When reading 32 byte blocks "esp_flash_read" performs much better, as would likely be expected.
Search found 2 matches
- Wed Feb 12, 2025 9:54 am
- Forum: ESP-IDF
- Topic: Flash read performance
- Replies: 1
- Views: 583
- Tue Feb 11, 2025 9:18 am
- Forum: ESP-IDF
- Topic: Flash read performance
- Replies: 1
- Views: 583
Flash read performance
Hi all, I have tried running some benchmarks for flash read performance on my esp32-s3, and noticed that esp_flash_read performs about 30% slower than esp_flash_read_encrypted I observed the same behavior when using esp_partition_read and comparing performance with and without flash encryption. Refe...