Storing in PC RAM content

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

Storing in PC RAM content

ソリューションへジャンプ
2,276件の閲覧回数
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,223件の閲覧回数
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,223件の閲覧回数
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,223件の閲覧回数
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,224件の閲覧回数
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 件の賞賛
返信