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.

CSL interrupt priority

Other Parts Discussed in Thread: SYSBIOS

Hi...

I'm using the CSL lib to configure my interrupts in the main function. After that, I start bios and receiving frequently interrupts! In my ISR I call semaphore_post, to wake a sleeping task, that prior called semaphore_pend. My problem is, that the whole task is executed, before my DSP leaves the ISR routine! I want my DSP to leave the ISR routine, before the sleeping task starts its work! Is there any possibility to assign a higher priority to my ISR routine?

Working with an EVM of C6678...

thanks for helping me,

Philipp.