• 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 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 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...
  • ST timer problems
    Hello, Could you help to install the ST timer on the AT91Rm9200? I don't know how to setup the AIC registers correct. Maybe there are more than one big mistake. void initialize_pit() { unsigned...
  • C8051F120 timer Problem
    Hi frnds, I am using Silabs C8051F120, I wanted to have timer delay of 1-msec (One milli second), Since both timers 0 & 1 are used for som application. I had left with Timers 2,3,4 , so i used...