Is it possible to run / debug without re-flashing?

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

Is it possible to run / debug without re-flashing?

2,235 次查看
robertpoor
Senior Contributor I

I have loaded an image into my KL27Z via the bootloader (not via JTAG / J-Link).  I'd like to run & step the program using the debugger, but explicitly don't want to re-flash the image[*].  Is this possible with KDS_v3?

[*] The image I'm running is identical to the built image with the exception of the Bootloader Configuration Area, and I don't want to overwrite that.

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

1,664 次查看
BlackNight
NXP Employee
NXP Employee

Hi Robert,

Yes, see Attaching to a Running Target with Segger J-Link, GDB and Eclipse | MCU on Eclipse 

It depends to some extend to the debug interface used. But basically disable download to flash and specify the symbol/debug file only.

I hope this helps,

Erich

0 项奖励
回复