full MMU/MPU documentation
Posted: Fri Aug 12, 2022 11:17 pm
I started playing with the ESP32 builtin MMU and MPU (together with the PID controller of course) to try and create isolated apps. Sadly it seems that the documentation is really lacking in regards to the actual MMU configuration, specifically with Invalid Access interrupts.
Looking at the spec it does mention these interrupts but never actually says anything about them, also it seems that the spec is wrong when comparing it with the esp-idf dport_reg.h.
For example the spec says the lowest bit of DPORT_IMMU_PAGE_MODE is reserved, but the header file says its the enable bit...
Would it be possible to get a complete documentation of the MMU/MPU? The hardware seems really awesome and its sad that nothing seems to be using it...
Looking at the spec it does mention these interrupts but never actually says anything about them, also it seems that the spec is wrong when comparing it with the esp-idf dport_reg.h.
For example the spec says the lowest bit of DPORT_IMMU_PAGE_MODE is reserved, but the header file says its the enable bit...
Would it be possible to get a complete documentation of the MMU/MPU? The hardware seems really awesome and its sad that nothing seems to be using it...