Hi,
I am using Code Composer version 5.1.1, and DSP BIOS version 5.41.11.38. I am using the C5515 DSP on the USBSTK5515 evaluation board. I currently have a DSP BIOS project set up to do absolutely nothing. The Task Manager is disabled, and memory heaps are disabled. I just have some initialization code that runs in main(), that simply just invokes "LOG_printf()" a couple of times. So after main exits, just the idle loop is running. But when I display the CPU load graph, the CPU load holds steady at 36% instead of near 0% utilization. I've used the CPU load function before on older versions of Code Composer and DSP BIOS without any problems. The Statistics Data tab shows that only the Idle loop is running. I am using all default settings, meaning that the system should know that the idle functions are not to be considered part of CPU loading. Does anyone know what's going on with CPU Load? Does this have something to do with using the USBSTK5515 instead of a typical JTAG interface?
Thanks,
Clay