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.

Difference between sysbios hardware interrupt and Normal interrupt

Other Parts Discussed in Thread: SYSBIOS

Hi,

If I register a normal interrupt in a SYSBIOS project. Will it work?

What if the SYSBIOS project has both the interrupts ?

1. SYSBIOS hardware interrupt (registered through Hwi_create(intNum, (Hwi_FuncPtr) fxn, &hwiParams, 0U))

2. A normal interrupt (registered through Intc_IntRegister(intNum, (IntrFuncPtr) fxn, (void *) arg)) 

Thanks,

Gunjan