I define the PA0 as ei0 int pin. The sensitivity is ''Falling edge only'', I am sure that the EICR = #$06 and EISR = #$0c , they were set just after power on reset, and no modification is done after then. Now the question is: An interrupt is generated by both falling edge and low level . I have observed there is no falling edge occured during the low level period. Thanks, J.V.
It is not the normal behavior. Please make sure the interrupt pin is configured in the input pull up mode. Also check it by modify/rewrite the sensitivity bits with in the interrupt routines. If the problem is due to pending interrupts then it should be removed.
[ This message was edited by: Jatin on 28-01-2004 07:28 ][ This message was edited by: Jatin on 28-01-2004 07:29 ]