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.

SIMPLELINK-MSP432-SDK: View POSIX mutex(binary semaphore) status in ROV

Part Number: SIMPLELINK-MSP432-SDK
Other Parts Discussed in Thread: SYSBIOS

Hi, 

My system uses an MSP432P4111 with SDK 3.40.1.02, Code Composer Version: 10.1.0.00010, and TI_RTOS POSIX layer.

I have created a POSIX mutex calling to pthread_mutex_init() function in my application.

I see that the underlying TI_RTOS then creates a binary semaphore (sysbios_Semaphore) calling Semaphore_construct() .

I want to be able to see the status of this mutex during debug. However, when I go to ROV -> Semaphores I do not see this mutex in the list. I have searched in GateMutex too, but I cannot find it.

Is there a way to see the status of the posix mutexes in ROV?

Thanks a lot for your attention,

Álvaro