Files
Fabrice DJIATSA 6d17ab8058 test: app_development: vector_table_relocation: exclude stm32f4 serie
The vector_table_relocation.dtcm test assumes that the vector
table can be relocated to a DTCM region and executed from there.
However, on STM32F4 (Cortex-M4),this is not possible due to
architectural constraints.
The CCM RAM on STM32F4 series is connected via the D-bus,
not the ICode bus, and therefore cannot serve as an executable boot
space for the vector table.

Signed-off-by: Fabrice DJIATSA <fabrice.djiatsa-ext@st.com>
2025-12-18 14:51:40 +00:00
..

.. _vector_table_relocation:

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

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