mirror of
https://github.com/espressif/esp-idf.git
synced 2026-07-19 01:13:01 +03:00
The spiram-xip IROM/DROM alignment tests assumed the XIP region always leaves an alignment gap before the next MMU page: they executed into the gap and expected an instruction access fault followed by a register dump. When the section ends exactly on an MMU page boundary there is no gap - the device prints "<IROM/DROM> alignment gap not added into heap" and returns, the framework restarts cleanly (esp_restart_noos, no panic), and the test timed out waiting for a register dump.