I'm using a CortexA8 and I can't seem to enable interrupts...!
I'm using a "CPSIE I" instruction, I can see that the compiler (GCC) is not optimizing my code out... I have to manually stop the program with a debugger and update the I bit myself before I can see an interrupt fire..!?
Why? Any help would be much appreciated!
Cheers!