Question
Is halt behavior the same as wait except for clock interruption?
I have used the wait feature before. I treat it just as if there is no wait. I have "while(true) wait;" in my main.c. (I only use interrupts, the code is pure interrupt-driven).
I need to use halt now. Can I use halt the same way? Will the interrupts continue the same and will peripherals continue the same except for the clock interruption?
