Commit 11a8ff6
committed
soc: st: stm32: stm32h7rsx: configure special_region to resolve access violation
Adds an MPU region named SPECIAL_REGION at address
0x08FFF000 with a size of 4 KB in Flash memory.
The region was previously unprotected, leading to an MPU fault when
accessed. By marking it as executable and readable with appropriate
flash memory attributes, the test now completes without triggering
a fault.
This change resolves a data Access Violation observed during
multiple tests, where the faulting address was 0x08FFF808.
Signed-off-by: Fabrice DJIATSA <[email protected]>1 parent 7c82c06 commit 11a8ff6
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
25 | 28 | | |
26 | 29 | | |
27 | 30 | | |
| |||
0 commit comments