??? 11/24/04 13:46 Read: times |
#81845 - I am not using External Interrupts. Responding to: ???'s previous message |
Hi Oleg,
Thank you very much for your reply, 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 3 With the suggestions given by Russell I have modified my program and with modified version I am not using external interrupt for zero cross detection at all. You can look at my new code here... http://www.8052.com/forum/read.phtml?id=81818 That ex1 is a typpo it should be ex0 but with my new software I am using no external interrupts at all. Thanks & Regards, Prahlad Purohit |