Hi,
I am looking for a way to keep track of time while interrupts are disabled. I am using the Flash-API to program some data and it is advised to disable all interrupts during this time. Since this can take a long time, I still need to feed the watchdog. I can't use the API-Function to trigger the watchdog since it only has an upper boundary. My watchdog on the other hand has to be called within a time-window with lower and upper boundaries.
Is there a good way to do this?