Tool/software: Code Composer Studio
Hey TI,
I want to check the status of perticular semaphore in TI-RTOS in CCS version 7.
I have no idea how to do it.
Help please.!
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.
Tool/software: Code Composer Studio
Hey TI,
I want to check the status of perticular semaphore in TI-RTOS in CCS version 7.
I have no idea how to do it.
Help please.!
The Runtime Object View should do what you need. When in a debug session in CCS go to the Tools menu and select Runtime Object View.
It should be defaulting to using your active debug session so just click connect.
Then when the tool opens there will be a list of things on the left that you can inspect. Select Semaphore in that list.
Regards,
John