Hi
However in some application, we need move vector table to other address. A typical usage is developing boot loader code. The boot loader code occupies the first region of the FLASH memory (the lowest memory address space starting from 0x0000000).
This placement moves at the beginning of the available memory space and it is necessary to shift this address in the user application.
for more information, please see this document that may help you.
Interrupt Vector Redirection Method in Kinetis
can this answer help you?
Have a great day,
Zhang Jun
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------