Does anyone know if I setup a WDT ISR (using the WDT as a timer and not a watchdog), if the interrupts arrives while I am doing an atomic operation (interrupts disabled), will the ISR be called after interrupts are enabled, or will the flag just be set but the ISR not called?
Thank yOU. Moussa