Hi, I have a small application running in DSP BIOS usinf tasks, SWI and HWI and now I would like to get an accurate measure of the CPU load however my CU load graph isn't working I have enbled RTDX subbort and HST as suggested in the wiki but the CPU load graph still isn't woking I am using a C5515 EVM with the onboard Spectrum Digital emulator.
I have already tried the following:
My IDLE function is called as I have inserted a log_printf statement in one of the functions called by the IDLE fuction manager and I can see it in the logs.
I think I will have to carry out my own CPU load calculations however how can I find out the MIPS for my CPU along with the number of instruction cycles spend in my IDLE loop. If I know these values then based on the number of times my IDLE loop is called per second I can calculate the CPU load based of the MIPS.
any help would be Highly appreciated.
MY IDE is CCSv5