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.

IWR1443BOOST: CCS don’t show SYS/BIOS variables

Part Number: IWR1443BOOST
Other Parts Discussed in Thread: SYSBIOS

Hi,

I loaded Capture Demo Run->Load->Load Program

CCS don’t show SYS/BIOS variables but shows ones from Capture Demo.

How to see SYS/BIOS variables in CCS expressions view?

Regards,

Gennadii Lichkov

  • Hi Gennadii,

    Thanks for your question. I believe the BIOS team should be able to provide insight into this so we'll move this post to CCS/SYSBIOS forums.

    Regards
    -Nitin
  • Hi Gennadii,

    It is strongly recommended to use ROV (Real Time Object View) to look at kernel data structures instead of trying to read RTOS internal data structures directly. ROV interprets the various kernel data structures and therefore it is easier to understand the current state of the RTOS.

    In order to look at the actual data structures directly (without ROV), you will would need to enter the fully qualified variable names in CCS expressions window as discussed in this thread. These can be obtained from the map file. If we take the “Idle_funcList” array for example, the name can be looked up in the map file and the full name “ti_sysbios_knl_Idle_funcList__A” is found.

    Hope that helps.

    Thanks

    -Nitin