*******************************************************************************
The purpose of this demo application is to present a usage of the
Bootloader Jump to Application.
------------------------------------------------------------------------------
* Test HW: S32K3X2EVB-Q172
* MCU: S32K312
* Compiler: S32DS3.5
* SDK release: RTD 3.0.0
* Debugger: PE micro
* Target: internal_FLASH
********************************************************************************
Jump is decided based on the boot_header, size we use to jump to the RESET handler:--
Cortex M-7 Interrupt vector table, RESET handler is 4 byte offset from starting of vector table :--
// Reset_Handler+1 --> required in IVT, to avoid hard fault
As per Arm®v7-M Architecture Reference Manual --> DDI0403E_e_armv7m_arm.pdf
How to burn elf file of both application & bootloader code :--
It is helpful.