s32k144 bootloader failed to jump to app

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

s32k144 bootloader failed to jump to app

1,726 次查看
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.

标签 (1)
标记 (2)
0 项奖励
回复
1 回复

1,493 次查看
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 项奖励
回复