Extract program from a K60

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

Extract program from a K60

跳至解决方案
2,124 次查看
arnogir
Senior Contributor II

Hello

I'm using a tower K60N512 with a P&E Multilink universal tool.

I'm looking for a way to get all kinetis memory (to  obtain an absolute file .abs).

And then, this file should allow me to flash another Kinetis.

In other world, i'm looking for a way to duplicate a Kinetis to another.

I'm using KDS and/or codewarrior

0 项奖励
回复
1 解答
1,967 次查看
isaacavila
NXP Employee
NXP Employee

Hi Arnaud,

There is a way to make what you want to do.

First of all, you need to "connect" your debugger to target which you want to extract binary file.

Here is a post where steps to do it are explained (It depends if you have your application code or not):

Hot-Sync: Attach, Connect & Download | MCU on Eclipse

Once you are connected, you need to dump device's memory into a file that could be used to import it in the new target, there is also a good post in how to do this:

Dump my Device Memory | MCU on Eclipse

Importing this file (as explained in previous post) is done similar as exporting device's memory.

I hope this can help you.

Best Regards,

Isaac Avila

在原帖中查看解决方案

2 回复数
1,968 次查看
isaacavila
NXP Employee
NXP Employee

Hi Arnaud,

There is a way to make what you want to do.

First of all, you need to "connect" your debugger to target which you want to extract binary file.

Here is a post where steps to do it are explained (It depends if you have your application code or not):

Hot-Sync: Attach, Connect & Download | MCU on Eclipse

Once you are connected, you need to dump device's memory into a file that could be used to import it in the new target, there is also a good post in how to do this:

Dump my Device Memory | MCU on Eclipse

Importing this file (as explained in previous post) is done similar as exporting device's memory.

I hope this can help you.

Best Regards,

Isaac Avila

1,966 次查看
arnogir
Senior Contributor II

Hello

I think this is what I need!

I will try it.

Many thank:smileyhappy:

0 项奖励
回复