s32k144 bootloader failed to jump to app

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

s32k144 bootloader failed to jump to app

1,706 Views
652856839
Contributor I

I set the light to flash in the app, but after jumping to the app, the light is not lit. I don't know if there is a problem with the jump program or a problem with the APP program. I am upgrading the program by receiving the bin file.

Labels (1)
Tags (2)
0 Kudos
Reply
1 Reply

1,473 Views
gearhead54
Contributor I

Check the disassembly of your jump - the M4 is a thumb instruction set, so if the compiler is using a BLX instruction to jump, you need to make sure that address' bit[0] is "1" (I had this problem in my bootloader as well)

0 Kudos
Reply