Copy text content of Memory window in CodeWarrior HiWave debugger

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

Copy text content of Memory window in CodeWarrior HiWave debugger

ソリューションへジャンプ
865件の閲覧回数
mroczeks
Contributor IV

Hi All,

 

I am trying FreeRTOS+Trace tool from Percepcio. I need to provide ram content of MCU to perform trace analysis.

Therefore I need to copy text content of memory window in CodeWarrior HiWave debugger to some text file.

Any method will do: copy-paste, export-import to file and so on...

So far had no success...

 

Anyone's got any idea?

ラベル(1)
0 件の賞賛
1 解決策
444件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

you can perform save command in hiwave debugger. for example: SAVE 0x1000..0x2000 DUMP.SX thus the content from 0x1000 to 0x2000 will be saved to DUMP.SX file. Hope this helps!

元の投稿で解決策を見る

0 件の賞賛
1 返信
445件の閲覧回数
ZhangJennie
NXP TechSupport
NXP TechSupport

you can perform save command in hiwave debugger. for example: SAVE 0x1000..0x2000 DUMP.SX thus the content from 0x1000 to 0x2000 will be saved to DUMP.SX file. Hope this helps!

0 件の賞賛