> What is it you're trying to do? The only thing I can think of is
> messing with the FIQ regs, which I have sucessfully tested on
> hardware from the normal mode.
>
i needed to generate an interrupt when a certain condition in my program is
reached, i wanted to fake an interrupt.
what i ended up doing is moving to irq mode and calling the regular interrupt
handler at 0x018. to the interrupt handler it looks indentical to a real
interrupt.
thanks everyone for their input about this.
-mike