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.

RTOS/TM4C1294KCPDT: How to calculate the CPU utilization in CCS V6.2

Part Number: TM4C1294KCPDT

Tool/software: TI-RTOS

Hi Everyone,

Please help me how to calculate the CPU utilization in CCSV6.2. Currently it is not showing anything in CCS. Please find the attachement below.

A Quick response is appreciated.

Best Regards,

Prem Kumar.

  • Hi Prem,

    You have to enable it in the .cfg file. The easiest way is to include LoggingSetup. Take a look at the UART Echo example. It has logging enabled (both LoggingSetup and BIOS.logsEnabled). Before using the CPU Load graph, you can use Tools->ROV to confirm that you have Load enabled (by looking at the Load module in ROV). Also confirm you are getting Log records by looking at LoggerStopMode to confirm there are records.

    Todd