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.

How to use RTA Tools on SYSBIOS

Other Parts Discussed in Thread: TMDSICE3359, SYSBIOS

Hello
I want to know my CPU loading.
I found a "Real-Time Analysis Tools", but how do I use it?
(http://rtsc.eclipse.org/docs-tip/Real-Time_Analysis_Tools#CPU_Load)

EVM: TMDSICE3359 or TMDXICE3359

CCS: Version: 5.5.0.00077
SDK: am335x_sysbios_ind_sdk_1.1.0.4  (http://www.ti.com/tool/sysbiossdk-ind-sitara)

From Will Hsu

  • Is getting the CPU load via ROV sufficient? If so, open the .cfg file. Right-click and use the Load module the BIOS System Overview page

    Now you can set up the Load module how you want. Note adding Hwi and Swi load computation impacts the system up to ~1-2% depending on the number of Hwis and Swis in the system. However the CPU number is much more accurate. The Load can be viewed in Tools->ROV in the Load entry.

    If you want to get the Load up to CCS. You need to use the LoggingSetup module in UIA. Then CCS can view the logs via several ways. The most common and easiest is to use StopMode.

    Todd