CW5.1这个对话框怎么用

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

CW5.1这个对话框怎么用

739 Views
zcjxjw
Contributor I

CW5.1中IDE的memory内数据能直接复制下来吗

有什么办法能搞下来 简单点方法 我不调试 只是读写数据

谢!

Labels (1)
0 Kudos
1 Reply

571 Views
ZhangJennie
NXP TechSupport
NXP TechSupport

Hi,

Your can use the SAVE command to save a specified block of memory to a specified file in Freescale S-record format. Reload the memory block later using the load S-record (SREC) command.  SAVE command is used in debugger command window.

Eg.

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

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

please also refer the video i just made for you.

Re: 9s12HA48的问题

Have a great day,

Zhang Jun

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

0 Kudos