Hello TI team,
Is there any API or feature to find out the livelock of task with out monitoring the task itself.
Thanks in advance.
Regards,
saritha.G
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.
Hello TI team,
Is there any API or feature to find out the livelock of task with out monitoring the task itself.
Thanks in advance.
Regards,
saritha.G
saritha golla said:As i am using the Eclipse IDE i don't have any information regarding task execution so
Saritha,
Are you using CCS (which sits on top of the Eclipse IDE)?
SYS/BIOS has a tool called ROV. Using ROV, you can see all of the Tasks that are alive in your application, as well as their current execution state (and much more).
The ROV view may provide the insights you are looking for.
You can find it in CCS under tools->ROV
Steve
Hello Steve.
Thank for the information.
I am not using the CCS. iam using eclipse IDE with IAR compiler .
Is there any API or plug-in available to know the similar information which is given by ROV
Thanks in advance.
Regards,
Saritha
Saritha,
ROV requires plugins that come with CCS, so it won't work on the basic Eclipse IDE.