Codewarrior: Saving the values within an array

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

Codewarrior: Saving the values within an array

1,420 Views
JShilinski
Contributor II
Hello,
Is it possible to view a variable and save (or print is sufficient) that window? Long story short, I have an array of vibration data (4096 samples) that I would like to export to Excel; however I didn't see anyway to save or print the variable window after clicking debug.

Normally, I would just save the data in the array to a file, but on our 5485 evaluation board we are not running an OS and don't have a file manager.

Does anyone have suggestions?

Edit:
Using Codewarrior 7.1 on a MCF5485.


Message Edited by JShilinski on 2008-11-19 01:07 AM
Labels (1)
0 Kudos
2 Replies

275 Views
JShilinski
Contributor II
That might work, I will give that a shot. Thanks for that info.
0 Kudos

275 Views
RichTestardi
Senior Contributor II
I'm using a different processor but also CW7.1; I have a dialog box under Debug -> ColdFire -> Load/Save Memory, from which I can save memory to a file, like:
 
20001200:   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................
20001210:   00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 |................
 
Will that do what you need?
 
0 Kudos