You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/design-documents/hal/mpu_design.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -27,7 +27,7 @@ This MPU support is intended to increase the security of mbed-os by restricting
27
27
28
28
This API is limited to just enabling/disabling execution from RAM. It does not include runtime reconfiguration of the MPU regions.
29
29
- Only standard Arm MPU supported initially
30
-
- Only ARMv6m and ARMv7m devices with an MPU supported initially
30
+
- Only ARMv6-M and ARMv7-M devices with an MPU supported initially
31
31
- Single common memory map used
32
32
33
33
# System architecture and high-level design
@@ -62,9 +62,9 @@ On supported devices execution from RAM will be enabled and disable automaticall
62
62
63
63
### MPU memory map
64
64
65
-
Below is a table of showing the memory breakdown for ARMv6m and ARMv7m devices, along with the protection added by the default implementation of the MPU API. Regions which were not executable to begin with have no further protection added. The second half of the `Code` region is also protected by the MPU since some MCU families have RAM in this location.
65
+
Below is a table of showing the memory breakdown for ARMv6-M and ARMv7-M devices, along with the protection added by the default implementation of the MPU API. Regions which were not executable to begin with have no further protection added. The second half of the `Code` region is also protected by the MPU since some MCU families have RAM in this location.
66
66
67
-
ARMv6m and ARMv7m memory map:
67
+
ARMv6-M and ARMv7-M memory map:
68
68
```
69
69
Start End Name Executable by default Mbed MPU protection
70
70
0x00000000 - 0x1FFFFFFF Code Yes Execute disabled for second half
0 commit comments