Dear Sir:
I have read conflicting accounts of how the timer interrupt vector register operates with regard to what the user actually sees in the timer interrupt vector register.
First Question:
If two, or more, enabled pending interrupts arise simultaneously, is it only possible to see one, and only one, interrupt number in the Timer Interrupt Vector register at any point in time?
Second Question:
In terms of reading the contents of the TAIV register (or the TBIV) register for processing by an interrupt handler, can anyone show me a code snippet that is the fastest way to transfer data from the timer interrupt vector register?
I was considering moving data from the interrupt vector register to a general purpose register, or a memory location, for processing however, does a faster, direct method, exist? A code snippet would be the most helpful.