Hi, I am having problems getting input capture to work. The interrupt flag is set when an input is applied to RD8, but the interrupt routine is not entered.Here is the interrupt routine, the code never gets here.void __attribute__((vector( _INPUT_CAPTURE_..
↧