• Calculating starting value for 8051 timer
    I've been reading http://www.keil.com/appnotes/files/apnt_105.pdf in order to learn how to best handle 8051 timer interrupts in Keil C. For calculating the starting value, it says: #define TIMER0_COUNT...
  • Calculating starting value for 8051 timer
    I've been reading http://www.keil.com/appnotes/files/apnt_105.pdf in order to learn how to best handle 8051 timer interrupts in Keil C. For calculating the starting value, it says: #define TIMER0_COUNT...
  • Using microcontroller timer for calculating elapsed time
    Hi all I'm using an arm 7 series microcontroller(AT91SAM7S256) for my experiment. I'm going to calculate running time of my code, but I cannot use SWI related functions(like time()), so I'm interested...
  • Using microcontroller timer for calculating elapsed time
    Hi all I'm using an arm 7 series microcontroller(AT91SAM7S256) for my experiment. I'm going to calculate running time of my code, but I cannot use SWI related functions(like time()), so I'm interested...
  • C167 calculate rotation with Timer 3 and 4
    Hello, I'd like to calculate the speed of rotation from a conveyor band with a photoelectric sensor (switching frequency=500Hz, response time=1ms). This sensor is connected to C167 pin 3.6 (T3IN...