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.
Is it possible to save the power consumption data captured by ULINKplus - eg, to a CSV file?
I can't see any option in uVision IDE, or anything mentioned in docs
In the debug command window, use the EventRecorder command:
ER >c:\temp\name_of_file
This will create the file specified in the ER command with the .csv extension. The content is effectively what you see in the Event-Statistics window.