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.

RTOS: Posting semaphore when HWI disabled

Tool/software: TI-RTOS

Is it safe to pend/post semaphore when hwi is disabled. For example,  I have a concurrent access queue, and I disable the hwi interrupts when I am insterting or removing an item from  the queue. However,

I also need to post or pend a posix semaphore inside this block(holds item count). Is is safe?

Thanks.