From 90f402e036127bb8cf4d70c80e58114f7bc828db Mon Sep 17 00:00:00 2001 From: dwf1m12 <d.w.flynn@soton.ac.uk> Date: Mon, 17 Apr 2023 14:07:05 +0100 Subject: [PATCH] update memory map fault address access to 0xE0000000 --- Cortex-M0/nanosoc/systems/mcu/rtl_sim/adp.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cortex-M0/nanosoc/systems/mcu/rtl_sim/adp.cmd b/Cortex-M0/nanosoc/systems/mcu/rtl_sim/adp.cmd index f0a2c33..62cc629 100644 --- a/Cortex-M0/nanosoc/systems/mcu/rtl_sim/adp.cmd +++ b/Cortex-M0/nanosoc/systems/mcu/rtl_sim/adp.cmd @@ -31,7 +31,7 @@ U 4 A A 0x90000000 R 5 -A b0000000 +A e0000000 w 1 r A -- GitLab