I have several interrupts which all function fine and would like to idle the processor for a second while it waits on the Ethernet. Putting break points in my interrupts show the interrupts work up until I hit the IDLE instruction. The interrupts are set to be 5, 6, 7 and 8. The IFR shows the bits get set if I pause the debugger after entering the IDLE instruction. The interrupts are called before entering the IDLE instruction. I thought the processor wakes up when an interrupt happens, but that is not the case. Is there some other bit that needs to be flipped before IDLE so that does happen?