Extract program from a K60

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Extract program from a K60

Jump to solution
699 Views
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 Kudos
1 Solution
541 Views
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

View solution in original post

2 Replies
542 Views
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

541 Views
arnogir
Senior Contributor II

Hello

I think this is what I need!

I will try it.

Many thank:smileyhappy:

0 Kudos