Hi,
I have two basic questions about interrupts,
1) Is there any way to tell if my interrupt service routine is running late? i.e the code in the routine is too slow and interrupt gets triggered while the code in it is still running due to the previous triggering of the interrupt.
2) Is there any way to run interrupts or periodic functions if there is an infinite while loop running in the main function?
Best regards,
Umar Khan
Best regards,
Umar Khan.