zephyr/tests/application_development/vector_table_relocation/README.rst
Martin Hoff 64d20cf412 tests: vector_table_relocation: add test for vector table relocation
Add a basic test for vector table relocation to SRAM. This test
verifies that the vector table can be relocated to SRAM and that
the VTOR register correctly points to the SRAM address range.

Signed-off-by: Martin Hoff <martin.hoff@silabs.com>
2025-04-25 11:03:54 +02:00

9 lines
160 B
ReStructuredText

.. _vector_table_relocation:
Vector table relocation
#################
Overview
********
A simple test that demonstrates the vector table relocation feature.