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>
.. _vector_table_relocation: Vector table relocation ################# Overview ******** A simple test that demonstrates the vector table relocation feature.