We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
for ARMv7 architecture:What happens if an interrupt occurs as it is already disabled
Hi manyam,
It again depends on how your implementation is.
As peter specified there are few peripheral interrupt controllers which keeps the interrupt status alive until you service/clear it.
But as the general point, when you disabled in CPSR then there is no effect, the moment you unmask it then depending on the implementation it will be serviced or ignored.