Copy text content of Memory window in CodeWarrior HiWave debugger

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

Copy text content of Memory window in CodeWarrior HiWave debugger

Jump to solution
854 Views
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?

Labels (1)
0 Kudos
1 Solution
433 Views
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!

View solution in original post

0 Kudos
1 Reply
434 Views
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 Kudos