mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 02:29:10 -04:00
Previously, the test uses region 3 for the illegal access test (0x60000000 - 0x7fffffff). This caused issues with there being peripherals located in that memory range. Change to use region 4 (0x8000000 - 0x9fffffff) instead).