• 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.
  • Query on Input Capture in C167
    How do we simulate the Timer Capture in C167 using Keil simulator(MicroVision 2.10).We are trying to generate the pulse using signal function to feed the CxIO pin & in the program we have configured the...
  • signal
    Hi Aim measuring vacuum in the chamber and displaying on the LCD.The vacuum signal is non–linear signal. Now I want convert this signal to linear signal. How to convert non-linear signal to linear...
  • How does Cortex-M3 core capture the interrupt signal
    Note: This was originally posted on 31st March 2013 at http://forums.arm.com Hi, I'm using the Cortex-M3 and handling the interrupts of it. It seems that if I set ISR entry to the right interrupt vector...
  • 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...