bootloader jump works with debug image but not with release

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

bootloader jump works with debug image but not with release

1,702 次查看
OM120
Contributor I

Hello,
we have a bootloader that performs a simple jump to a certain address in the flash, it works perfectly fine with the debug image (axf) but with release without changing anything we get these errors:

Capture.PNG

---

Thanks

标签 (1)
0 项奖励
回复
4 回复数

1,663 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

That happens at moment of compiling or happens when you try the program on the board, since the error log is from your debugger I mean you miss something in the process.

Regards

0 项奖励
回复

1,661 次查看
OM120
Contributor I

it happens when running the program right after calling the jump function

0 项奖励
回复

1,643 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

I can not reproduce it here, but you might build your code again without debug symbols.

Regards

0 项奖励
回复

1,583 次查看
OM120
Contributor I
by "build your code again without debug symbols." do you mean to change debug level to none ?
0 项奖励
回复