• 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...
  • TIMER 2 PROBLEM
    tr2 bit 0cah tf2 bit 0cfh tl2 data 0cch th2 data 0cdh Tis is the assembly code i write to define the timer 2. I'm using that philips 8051 microcontroller. so how to actually define this timer 2...
  • 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...