i am developing bootloader, i use s32ds RTD version is 4.0.0. and mcu is s32k314.
I want to boot into the app application after writing to flash.
i set app address is 0x00500000, boot address is 0x00400000.
1. Can I do so using the interrupt vector table?
2. If that is right, how do I change the interrupt vector table?
3. can i get example or source code for trying?