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.

Sem_post inside interrupt service routine will cause dsp crash or blocked?



Hi,all:

My dsp is C6678.

I have a question. As the subject.

Sem_post inside interrupt service routine will cause dsp crash or blocked?

for example:

void isr()
{

     sem_post();

}

I think sem_pend will cause ISR blocked or dsp crash but sem_post will not.

Because sem_post will not blocked. but I am not sure. who call give me a advice ?

Thanks!