Hi all,
May be this is just a stupid question, but I have to ask it. :)
Is there any limitation on execution time in the interrupt handler?
e.g.
In a timer interrupt, I perform some of the tasks like -
1. refreshing the watchdog timer.
2. set user clock
3. calculate process CPU usage
Is is that there is a limit on the tasks performed in the interrupt handler?
Your response highly appreciated.
Thank you.
-Anand