Hi
I had a problem with the S32K311 bootloader jumping to the application. Cannot jump normally at present. I refer to posts in the forum, such as:
Example S32K312 Bootloader to Application Jump DS3.5 RTD300 - NXP Community
Unified bootloader Demo - NXP Community
Solved: S32K312 bootloader jump to application issue - NXP Community
These methods have been tried, but they can not jump normally, ld linker file is also configured with reference to the example,
The only successful jump is to download boot and app programs to MCU respectively and debug boot programs with S32DS. When I run them directly, I cannot jump to app. When I break the point at the jump function and stop running, I can jump to app program.
Try to use a delay period of time to jump again, can not, can only break the point to stop, and then run to the app program
Is the S32K311 program jump special compared to other S32K3x series?
Can the S32K311 bootloader successfully jump to the demo reference of the App?
Solved