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?