 Question:
Interrupts, wants to use as general input. can he set
INTM to 0, and use the int. reg.- Like interrupt I/O?
Answer:
Yes. IFR will get set upon any active interrupt. If you
mask all the interrupts in the IMR such that it will not
jump to an interrupt vector table, then you can read the
IFR. Even if you read IFR, it will automatically get
cleared.
|