Skip to main content
a_parab
Associate
January 22, 2008
Question

St10 problem

  • January 22, 2008
  • 1 reply
  • 656 views
Posted on January 22, 2008 at 02:44

St10 problem

This topic has been closed for replies.

1 reply

a_parab
a_parabAuthor
Associate
January 22, 2008
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