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