Tell us about the new MMU architecture!
Posted: Thu May 21, 2026 12:48 pm
What's new comparing ESP32-S3 to ESP32-S31 MMU-wise?
- Sv32 two-level page-table address translationSee the fresh datasheet, it's sv32 MMU,
Well, the ESP-IDF is written in a such way.. If you enable all memory protection and address translation then you have to rewrite esp-idf. FreeRTOS does not expect any address translation magic etc..But in the publicly visible parts of ESP-IDF, I only see the MMU used for Flash/PSRAM mapping