2008-01-21 05:44 PM
2008-01-21 05:44 PM
I have written the demo code for the timer 3 interrupt routine.
It works properly on the simultaor. but when I down load code on the st10269 chip. Timer 3 interrupt is not generated. I have written the follownig code to initilse the Timer 3 /* Init T3 */ T3CON = 0x0087;//0x0087; T3 = 0x2DC6; T3IC = 0x78; IEN = 1; T3R = 1; somebody help