??? 07/07/08 12:09 Read: times |
#156464 - Its timer0 interrupt making trouble Responding to: ???'s previous message |
Your code has
IE = 0x86 it enables int1 as well as timer0 interrrupt. disable timer0 interrupt and try again, IE = 0x84 Reply when u try it, Regards, Mahesh |