Copy text content of Memory window in CodeWarrior HiWave debugger

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

Copy text content of Memory window in CodeWarrior HiWave debugger

跳至解决方案
1,818 次查看
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 解答
1,397 次查看
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 回复
1,398 次查看
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 项奖励
回复