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.

DM355 Interrupt Controller

Hello,

I would appreciate if someone teach me how to program Interrupt Service Routine for DM355 processor.

I'm not using Linux or any sort but writing a 100% raw registers access program.

I enabled Timer interrupt, and confirmed the FIQ register reflects the occurance  of interrupt.

I set INTC's EABASE register to 0, and placed a Blanch instruction at memory location supposed to be refered by FIQENTRY register as the interrupt occured.

But it seems that the Blanch instruction has never been executed.

What did I do wrong?