• How to read the SysTick timer value?
    1. I want to know what is RTX SysTick timer? 2 Or how to read its current value? 3. How to start SysTick timer before RTX if it is possible? I'd prefer to use library functions but failed to find...
  • calculting timer values
    Hi I would like to how to calculate the value that should be loaded into T0MR0 register to create a 2 sec delay? Thanks
  • Count Timer value
    I want to count time between two rising edge of TTL Pulses. For that I am using Timer0 & Timer1. Timer0 is generate interrupt at every 20ms. In Timer0 ISR I start GPIO Interrupt. In GPIO ISR I start...
  • 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...
  • how to read a buffer values in controllers
    i have one external buffer to store the input values .while processing i need to read the input values from that buffer to my Winbond controller in Port(P0) how can i read this external buffer? ...