• Timer Interrupt
    I am working on a project wherein LPC2468 is being used with CCLK = 72MHz. With this frequency, I used following two options: >> PCLKSEL1.PCLK_TIMER3 = 0x2 Here the Clock of timer3 runs @ CCLK/2 =...
  • 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
    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...
  • 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
    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...