zephyr/tests/application_development/vector_table_relocation
Shaunak saha 7bc5ef87cf tests: arch: arm: update for MPS4 Corstone315
DT config for MPS4 corstone315 boards which can be tested with simulation.
Creates a custom section in the unused SRAM region. Executing code
in this region in privileged mode will result in an MPU fault while,
execution in unprivileged mode should work fine.

Signed-off-by: Shaunak saha <ssaha@tsavoritesi.com>
2025-06-23 16:30:52 -05:00
..
src
CMakeLists.txt
prj.conf
README.rst
testcase.yaml tests: arch: arm: update for MPS4 Corstone315 2025-06-23 16:30:52 -05:00

.. _vector_table_relocation:

Vector table relocation
#################

Overview
********
A simple test that demonstrates the vector table relocation feature.