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.

Request for a document about ROV (RTOS object view)?

Other Parts Discussed in Thread: SYSBIOS

Dear Experts

We provide some useful debug tools on CCS.
For instance, when I get the error message "Illegal priority call to llEnter()", the table of ROV shows error below:


Since I didn't find more detail document talking about ROV, it is difficult to understand some items on above table.

Could you share any document talking about ROV?

Thanks for your support.

  • Jefferey,
    the descriptions of the fields in a specific ROV view are not available in any document. Until there is something, your best bet is to look into internal instance and module structures for a module you are observing. The easiest way to do it is to open SYS/BIOS API reference in CCS Help. After you navigate yo ti.sysbios.knl.Task, for example, you'll notice a link to ti/sysbios/knl/Task.xdc all the way to the right just above the C synopsis table. When you click on it, search for Instance_State and Module_State structures. The fields in the view you posted roughly corresponds to the fields of Instance_State. There is a line or so of comments for each item. That's pretty much all that's available now.