Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
8 years, 4 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?