Extract program from a K60

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

Extract program from a K60

ソリューションへジャンプ
1,672件の閲覧回数
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,514件の閲覧回数
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,515件の閲覧回数
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,514件の閲覧回数
arnogir
Senior Contributor II

Hello

I think this is what I need!

I will try it.

Many thank:smileyhappy:

0 件の賞賛
返信