Tool/software: Linux
Hi!!!
What I really need is: Get data such as current consumption during execution time without using a graphical interface as Energy Trace.
What I've been trying: Firstly I tried to use a code from Carrot Industries, can be found here: github.com/.../energytrace-util, This code did not worked as expected, and its function was beyond debug also get data from Energy Trace. Second I tried to use MSPDebugStack package which is avaiable in Texas Instruments website. And so I extracted the files and folders from the download and accessed the Examples Code folder through Linux terminal in order to run a simple debug example which initialize, erase memory and close device. I used the makefile from the Carrot's package only to link the libraries. So I finally got to run the Example Code of Debug and then it presented the follow error: Error string: Device database not loaded.
I don't have deep knowledge in linux gcc neither in Debug process, can't imagine what means this error.
Thank You to help me!