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.

SysBios Event Combiner - single ISR for many events

Hi Community,

I'm wondering if it is a good idea to have a single ISR (mcAspErrorISR in my case) assigned to more than one event that is handled by the event combiner. Please find attached a code example. Is it allowed to use the event combiner in this way?

Background: I would like to handle all the McASP error interrupt events (in sum 12 events) of my C674x DSP. I need to use the event combiner because there are not so many hardware interrupts left in my project.

Best regards
Jo

EventCombinerExample.cpp