This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Keil debugger saving data problem

Hello, I am trying to save a large array of data into a text file for analysis of sensor data. I have seen the post on how to use the save function to save variable data, but I have not figured it out yet. I can only run the save command before I run my code, and I do not think that I am receiving the correct data. When I try to apply the save command after running code and hitting 'stop' from the debug menu, I get an error 34 undefined identifier.
I use the save function as so:

save mydata.txt &accel_data[0], &accel_data[499]

Any help would be much appreciated.