??? 11/24/04 12:56 Read: times |
#81842 - interrupt configuration Responding to: ???'s previous message |
hi,
which value do you load into TCON/TMOD during initialization? May it be that you initialized external interrupt as level sensetive? Another question: //*********External Interrupt [zero cross]*************** void ex1_isr(void) interrupt 0 using 3Why external interrupt 0 (interrupt 0) is named as ex1_isr (external 1)? Is it just a typpo or you have wrong hardware/software definition? Regards, Oleg |