• TImer Interrupt
    I have a timer interrupt problem. When i use timer 1 & external interrupt together, i disable All interrupt and enable it again when leaving the function. If there is external interrupt, it may miss the...
  • timer interrupt
    Hi, i want to tune my timer ISR to 20hz , 1/20 sec , i dont know what are the values to be loaded with the timer. void timer0_isr (void) interrupt 1 using 1 { unsigned i; TR0 = 0; /* stop timer...
  • TIMER INTERRUPT
    Well, I am a newbie and I am confused about the timer interrupt. I want to make the timer interrupt every second with 10 Mhz crystal. I am confused about Prescaler and MR registers. This is my code...
  • Timer interrupt
    hello everyone, is there anybody know how to set timer interrupt with ST10 269 The problem is that: the Tempo of sending data from the my ST10 269 to DAC is not the same everytime, it changes between...
  • Timer Interrupt
    I need a timer interrupt at periodic intervals. I understand that the timer will count from 0x000 to 0xFFFF before it overflows and activate the timer interrupt. However, if I need to have a longer...