snarf binary

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

snarf binary

跳至解决方案
1,143 次查看
googcheng
Contributor I

im losting my project workspace,  so i want to get my binary from the chip lpc1343 by jtag, how could i do  it?

标签 (3)
0 项奖励
回复
1 解答
980 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Jay ch,

    Two way to read out the flash.

1. JTAG interface

   You can use the debugger to read out the flash, eg, JLINK, you can open the JLINK commander, use mem command to read out the flash address.

2. ISP mode,

   Enter ISP mode, eg, UART isp, then use the flashmagic to readout the flash according address data.

But if your CRP already luck the according interface, you will can't read the flash, because the application code is protected by the author.

Wish it helps you!


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
981 次查看
kerryzhou
NXP TechSupport
NXP TechSupport

Hi Jay ch,

    Two way to read out the flash.

1. JTAG interface

   You can use the debugger to read out the flash, eg, JLINK, you can open the JLINK commander, use mem command to read out the flash address.

2. ISP mode,

   Enter ISP mode, eg, UART isp, then use the flashmagic to readout the flash according address data.

But if your CRP already luck the according interface, you will can't read the flash, because the application code is protected by the author.

Wish it helps you!


Have a great day,
Kerry

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复