Hello all
I think I have a fairly simple problem.
In my project, I would like to perform profiling for functions from code. Running the code on the target hardware, of course.
I followed the configuration instructions everything works ok. I am using the XDS200 debugger. The problem arises that for the TDA Cortex-M4 processor there is no such funkcionality of profiling for functions.
According to this domument funkcionality not available for Cortex-M:
www.ti.com/.../spruhm7b.pdf
I also found profiling based on break-point posting. Unfortunately, also this funcionality in CCS is not available
www.youtube.com/watch
Using UIA, I was able to do system analysis for sysbios. The analysis results are ok - for individual application threads, but that's not what I wanted.
And here is my question:
Is there something in CCS or in UIA configuration where I could calculate what the average CPU load is for individual functions in the code? Possibly some other solution.
Kind regards, Kornel