Codewarrior: Saving the values within an array

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

Codewarrior: Saving the values within an array

1,487 次查看
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
标签 (1)
标记 (1)
0 项奖励
2 回复数

342 次查看
JShilinski
Contributor II
That might work, I will give that a shot. Thanks for that info.
0 项奖励

342 次查看
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 项奖励