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.