Skip to content

Add functions to configure the MPU for privileged mode#4

Open
samcrow wants to merge 5 commits intohelium:masterfrom
samcrow:master
Open

Add functions to configure the MPU for privileged mode#4
samcrow wants to merge 5 commits intohelium:masterfrom
samcrow:master

Conversation

@samcrow
Copy link

@samcrow samcrow commented May 9, 2021

Motivation

Even when using only privileged-mode code in an application, the MPU can be useful to detect stack overflow and other memory access problems. For this to work, the MPU needs to restrict privileged-mode code.

Proposed changes

I propose to add a configure function in the M0 and M4 modules that can configure access permissions for both privileged and unprivileged modes in all the combinations that the hardware supports.

This is not a breaking change. The existing Region struct and configure_unprivileged functions can still be used as before.

The updated code is working correctly on my Cortex-M4 microcontroller.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant