7 years, 9 months ago.

How to postpone interrupts

Hello,

I have a part of code which should not be disturbed by interrupts until its completion, but I want to service the ISR after its completion of there were any interrupts. In a way, I want to postpone the interrupt handling instead of skipping them. Is there a way to do this?

Be the first to answer this question.