Detecting interrupt routine execution time greater than interrupt period at runtime
Posted on September 26, 2015 at 09:45I was just wondering if the following is a reliable/reasonable method for FW to detect at runtime whether another timer interrupt has been fired, before servicing of the prior timer interrupt (i.e. execution of t...