• Timer and Interrupt on C167
    Hi, I've timer T6 set to send interrupt (level 11, group 1) each 500 microseconds. This interrupt is managed by a routine. I need to know how many time remains after this routine before the next T6...
  • Timer problem
    Hi there! I have some problems with CAPCOM timer. It was configured: CPU clock - 40 MHz prescaler - module clock / 8 Timer0 overflow (usec) - 100 Timer 0 reload register - 0xFE0C On digital...
  • Timer initialization problem
    Hello, I want to use the Timer 0 on the C167 in a program. The initialization is: void initTimer(INT16U reloadVal) { T0REL = reloadVal; T0 = reloadVal; T01CON= 0x0042; /* Prescalar = 32, Timer...
  • timer interrupt problem
    hi, i m facing one peculiar problem in timer 1 interrupt in Atmel 89c52. Using interrupt, I am generating a pulse at regular intervals. If I watch the pulses continuously in oscilloscope,sometimes...
  • Problem using timer interruptions
    Hi. I'm having a problem with a very simple code. When I run it with te computer using Keil it works fine, but when I send it to the micro controller it doesn't work. I don't think it's the device that...