如何用仿真器将mc9s12芯片里的程序读出来

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

如何用仿真器将mc9s12芯片里的程序读出来

3,626 Views
1017845778
Contributor I

未加密的mc9s12XET256maa,希望利用仿真器和codewarrior将里面的程序读出来并重新烧写,希望得到回应谢谢。联系邮件1017845778@qq.com

Labels (1)
2 Replies

2,670 Views
TICS_Fiona
NXP Employee
NXP Employee

Hello 秀峰

User can use hiwave in CodeWarrior v5.1 to dump memory from MCU.  To do it, please input SAVE command in debugger command Window to save a specified block of memory to a specified file in Freescale S-record format. Eg.

in>SAVE 0x1000..0x2000 DUMP.S19 ;

This way can read binary opcode from flash to s19 file. Appends the memory range 0x1000..0x2000 to the DUMP.S19 file.

With S19 file, you can program the device by Hiwave.exe in CodeWarrior.

P&E supplies a standalone tool which can copy and program data using USBDM:

http://tinyurl.com/7ugmbuo

Hope this helps!

Best Regards

Fiona Kuang

TIC - Technical Information Center

2,670 Views
xingruid
Contributor II

Hi Fiona,

According to your answer I read S12 memory in Codewarrior 5.1 successfully, but do you know how to do in Codewarrior 10.7?

0 Kudos
Reply