• capture signals
    in the page http://www.keil.com/support/docs/2187.htm it is said, to enable the feature of "logic analyzer", "the target debugger must be able to capture signals" . I want to know what the meaning...
  • Capturing signal
    Hi, I have to capture a signal using lpc1768 in Keil uvision-IDE. I tried alot. Am not getting it. Plz anyone give the code. Thanking You.
  • 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...
  • 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...
  • STM32F4 interrupt handler not called when setting capture
    The code below uses the capture compare feature of TIM1 channel 3 to capture rising edge on PE10, but its not working, the interrupt handler its not called. I am not that good at this embedded stuff...