1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/tests/mpu_noexec_ram
2020-03-10 11:16:22 +01:00
..
tests tests/mpu_noexec_ram: convert to an automated test 2020-03-10 11:16:22 +01:00
main.c tests: add test for the mpu_noexec_ram pseudomodule 2020-03-10 11:16:22 +01:00
Makefile tests: add test for the mpu_noexec_ram pseudomodule 2020-03-10 11:16:22 +01:00
README.md tests: add test for the mpu_noexec_ram pseudomodule 2020-03-10 11:16:22 +01:00

mpu_noexec_ram

Tests for the mpu_noexec_ram pseudomodule. As this module is currently only supported on Cortex M devices, the test case is a bit ARM specific.

Output

With USEMODULE += mpu_noexec_ram in Makefile this application should execute a kernel panic from the MEM MANAGE HANDLER. Without this pseudomodule activated, it will run into a hard fault.