ESP32-S3 maximum PSRAM/FLASH throughput.
Posted: Thu Nov 11, 2021 8:57 am
It is not surprising, that the execution speed of many applications on esp32 is bound not by cpu performance as is, but by the code fetch speed. For "ordinary" esp32 it is bound by roughly 80mhz bus speed * 4 qspi bus width = 40mbytes/s or 1/6 byte per clock at 240mhz cpu frequency.
For esp32-s3 seems things are improved quite a lot. Now it is 120mhz * 2 (ddr multiplier) * 8 (bus width) = 240mbytes/s or 6x improvement!
I wonder if this calculation is correct and this speed could be archived with existing esp-32s3 modules such as esp32-s3r8 or esp32-s3r8v ?
For esp32-s3 seems things are improved quite a lot. Now it is 120mhz * 2 (ddr multiplier) * 8 (bus width) = 240mbytes/s or 6x improvement!
I wonder if this calculation is correct and this speed could be archived with existing esp-32s3 modules such as esp32-s3r8 or esp32-s3r8v ?