Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable MPU to watch memory sections #3

Open
philcrump opened this issue Aug 22, 2017 · 0 comments
Open

Enable MPU to watch memory sections #3

philcrump opened this issue Aug 22, 2017 · 0 comments
Labels

Comments

@philcrump
Copy link
Member

The microcontroller's Memory Protection Unit (MPU) should be configured to watch for Stack/Heap/other access violations (eg. overflows).

On a violation it will throw a memory fault exception, this could be handled by the program to either disable a process, report an error, or trigger a reset.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant