• How to simulate timer capture
    I am evaluating the Keil tools and need to time tag two events, probably using timer capture. I can drive the Port1 pins using a simulator script, but I can't find the name of the pins to drive for timer...
  • Capture Register Not Executing Interrupt
    I am working with the Philips LPC 2132 and I am using the (interrupt driven) capture registers on timer 0. I notice then when I toggle the pin, it interrupts and in the ISR I clear the interrupt, but...
  • Use of PWM and capture on the same timer
    Hi everyone, we work on our first project with the stm32 and the Keil uVision IDE. We are using TIM4 CH3+4 for PWM generation (simelar to blinky). Now we want to use TIM4 CH1+2 for capturing 2 signals...
  • Reset / Clear Capture Register LPC2xxx
    Hello, how can I reset / clear or write 0 to the Capture Register of a LPC2368? Only with an hardware reset? Thank you very much for some help.
  • Problems with Timer 2 capture mode
    I'm using philips 89c51RC+ MCU. And set timer 2 in capture mode. But I didn't get capture TL2 and TH2 values into RCAP2L/H registers. I'm using following code to initialize Timer2 and reading registers...