Tool/software:
Greetings,
I am looking at spruii0e, pg 147, section 3.4.2.3 CPU Stage. It states, in reference to atomic operations: “In particular, if INTM is cleared, the next instruction in the pipeline will run with interrupts disabled.” In other words, clearing INTM disables interrupts. But DINT, which disables interrupts, sets INTM, and Figure 3-2 indicates that INTM should be a 1 to prevent interrupts. And yet, I am seeing an interrupt with INTM == 1. So I feel as though my understanding is missing something. What else should I be looking at?
Thank you,
Ed