• timers and registers
    i have to record the time taken by an instruction and use it later. then what should i do?
  • Possible Bug Peripheral registers STM32F303VC
    Hello, When debugging, selecting Peripherals -> System Viewer -> ADC -> ADC1, ADVREGEN is [29:28] bits, see Reference Manual RM0316 but in Keil is marked only as bit 28 Hoping someone could...
  • timer registers for ARM7
    do any one of u have any pdf docs regarding the timer registers of ARM7 microcontrollers(LPC2378, to be more specific) or atleast can any one tell me where to get information regarding the timer registers...
  • Timer 3 data register
    I do not understand T3 data register.I went through the data sheet.I understood al other registers. Say, for example: T3=0x5D00, then what does it mean? Does it mean that every such time interval the...
  • Read timer values with C-code
    Hi. I am a beginner with the 8051 controllers, and are trying to run a servo. I need 20ms period and 1-2ms pulses, as Im sure a lot of you guys know. I was trying this : void main() { uint16_t...