??? 04/09/09 12:45 Read: times |
#164507 - Long ISRs are no problem, unless... Responding to: ???'s previous message |
...you run into trouble because of missing other interrupts. Then it's better to keep the ISRs as short as possible and manage the timings and priorities in the main program.
There cannot be given a simple rule, though. Sometimes it's even better to avoid interrupts at all and use clever pollings instead. This always depends on actual application. Kai |