Storing in PC RAM content

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

Storing in PC RAM content

跳至解决方案
2,252 次查看
mmm
Contributor I

I have a 9S08QG8 microcontroller, with the demo board connected by USB with my PC. I'm doing some programs, but I don't know how to store the memory (some directions of the RAM) in my PC. Can I do it? and how?

标签 (1)
标记 (1)
0 项奖励
回复
1 解答
1,199 次查看
stanish
NXP Employee
NXP Employee

KATBACK,

 

There is the command "SAVE" you can enter into Debbugger Command Line Window. e.g:

 

in>save 0x0080..0x008F my_memory_dump.s19

 

The debugger creates file my_mem_dump.s19 directly in your project directory and contains memory block 0x0080 - 0x008F.

 

See attached screenshot.

 

Stanish

在原帖中查看解决方案

0 项奖励
回复
3 回复数
1,199 次查看
stanish
NXP Employee
NXP Employee

KATBACK,

 

You can use the debugger to store the memory content into the file e.g. command "SAVE".

If you need to capture data in the runtime there is a free tool called FreeMASTER

 

Stanish

 

Message Edited by stanish on 2009-02-27 11:44 AM
0 项奖励
回复
1,199 次查看
mmm
Contributor I

Thanks Stanish.

With "Save" command in the debugger, It doesn't save the content, it saves the windows configuration and position. Or if it also saves the content, in which file does it save?

Message Edited by KATBACK on 2009-03-02 02:49 PM
0 项奖励
回复
1,200 次查看
stanish
NXP Employee
NXP Employee

KATBACK,

 

There is the command "SAVE" you can enter into Debbugger Command Line Window. e.g:

 

in>save 0x0080..0x008F my_memory_dump.s19

 

The debugger creates file my_mem_dump.s19 directly in your project directory and contains memory block 0x0080 - 0x008F.

 

See attached screenshot.

 

Stanish

0 项奖励
回复