mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-02 13:22:41 +00:00
An abnormal crash was encountered in ARMv6-M SoCs that don't have flash starting at 0. With Zephyr OS the reason for this crash is that, on ARMv6-M the system requires an exception vector table at the 0 address. We implement the relocate_vector_table function to move the vector table code to address 0 on systems which don't have the start of code already at 0. [kumar.gala: reworderd commit message, tweaked how we check if we need to copy vector table] Signed-off-by: Xiaorui Hu <xiaorui.hu@linaro.org> Signed-off-by: Kumar Gala <kumar.gala@linaro.org> |
||
---|---|---|
.. | ||
cortex_m | ||
offsets | ||
__aeabi_atexit.c | ||
cpu_idle.S | ||
exc_exit.S | ||
fatal.c | ||
fault_s.S | ||
fault.c | ||
irq_init.c | ||
irq_manage.c | ||
irq_offload.c | ||
isr_wrapper.S | ||
Kconfig | ||
Makefile | ||
swap.S | ||
sys_fatal_error_handler.c | ||
thread_abort.c | ||
thread.c |