Hi ,
I have ported the HSE firmware installation example code for s32K312.
I am able to install the HSE firmware after flashing the mcu and run it in debug mode but i am facing issue when i am flashing the hex file of the project directly then it is not installing the firmware because it is not jumping to the main after the reset the mcu .
I am using the installation with IVT. kindly look the linker file and boot_header.c file for your reference.
and provide the solution for the same.
Hi,
For the S32K312, ensure the IVT and boot configuration are correctly set in your linker file and boot_header.c. Check the HSE GPR status register to confirm if the firmware is present. If issues persist, align your IVT update process with the NXP sample project, as improper IVT updates can cause boot failures.
Kindly provide solution