• Timer problem
    If i'm using that the decimal value which to store into the timer for example: in Assembly code we are writing as TIMER_0 EQU -1027 but in the C, how can we actually extract this -1027 to TL0 = -3...
  • 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 with the timer: MCB4300
    Hello, I have a problem with my timer. The program works as specified below. But I want, that the ADC value converted into a float and then output on the display. If I write sprintf(StringBuf...
  • timer problem again
    this is my code: timerVal.u16 = (((servoHundredEighty - servoZero) * (degreeValue/180)) + servoZero); if all the variable are declare in unsigned char...this method can be used? or how i need to...
  • problems with my timer..
    hi,everyone i'm actually try to counting velocity by using timer to count the time travel by an object and divide it by the distance but the time calculated seems to be wrongs can anyone help me with...