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.

Register an interrupt on DRA65xx

Other Parts Discussed in Thread: CCSTUDIO

Hi to all!


Iám working on a custom board with the DRA65xxx. Now I want to use timer interrupt or general interrupts! I´m clear about setting up the timer itself but i´´m a bit confused setting up the Interrupt-Controller for ARM! I have to enable interrupt line, unmask the interrupt...

But how can i register the ISR itself like REGISTERISR( IR_ID, Timer_isr()) ????

May be there is some Code without OS, cause i´m working without OS too!

Thanks