This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I'm working on WIndows 7 64-bit, ccs Ver 6.1.2, MSP432P40LR launch pad.
I set the breakpoints on debugging mode so that I could trace energy for certain block(function).However it seems it's not working.
I'm wondering if energy tracing is possible on debugging mode with breakpoints.
Also, want to know if I can trace energy for certain function(ex.main) rather than setting certain time.
Working on CCS is my first time and I'm lost. Pleas help me out.
Hello,
Nayeon Kim said:I'm wondering if energy tracing is possible on debugging mode with breakpoints.
Only is standard 'Run' mode (run target with debug control)
However, that is often not the best scenario for energy measurements because of the reasons mentioned in the above link.
If you are using the recommended 'Free Run' (or 'Run Free') mode, breakpoints will be ignored when the target is run in that mode.
Nayeon Kim said:Also, want to know if I can trace energy for certain function(ex.main) rather than setting certain time.
Yes, you can get a rough percentage breakdown per function in ET+ mode:
There is also more documentation in Chapter 7 of this User's Guide:
http://www.ti.com/lit/ug/slau575d/slau575d.pdf
Hope this helps
ki