Part Number: MSP430FR2355
Tool/software: Code Composer Studio
I'm running an event driven bare metal application on an MSP430FR2355 using almost all of the interrupts. I know I can use the clock cycle counter to see how long certain segments of code are however I would like to profile the whole application and how long it spends in each interrupt and function. I thought I remembered older versions of CCS to have tools to do this, I can't seem to find them in CCS v8. Does something like this still exist?
I'm using CCS v8 with the TI v18.1.4.LTS compiler.