We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hello,
I want to log some physical data using debugger. I have added the variables where the values are loaded into a watch window. The values change continuously. Is there a possibility that i log the data into a file , with time stamp. I did some basic check on the web, looks there are two commands LOG and SAVE, but i understand none of them help in this regard. Thanks a lot in advance for any support on this topic.
If it is possible, then it's probably going to involve the use of uVision Debug Functions:
www.keil.com/.../uv4cl_debug_functions.htm
But wouldn't it be a whole lot simpler to just have the microcontroller send the data to a serial port, and capture that at the PC?
TeraTerm can even add the timestamps for you
https://ttssh2.osdn.jp/
There are plenty of alternatives for capturing data from a PC serial port ...