cancel
Showing results for 
Search instead for 
Did you mean: 

St10 problem

a_parab
Associate
Posted on January 22, 2008 at 02:44

St10 problem

1 REPLY 1
a_parab
Associate
Posted on January 22, 2008 at 02:44

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