• STM32F4 input capture
    I have code like this to capture input frequecy of PE11 (timer 1 CC 2) of STM32F4: TIM_ICInitTypeDef TIM_ICInitStructure ; GPIO_InitTypeDef GPIO_InitStructure ; NVIC_InitTypeDef NVIC_InitStructure...
  • Problem with UART in MCBSTR9 Board
    hai, i am writing some data in the UART->DR register, but it is not same what i wrote. data what i send is 0-0F, but i am getting..... FF,FD,FB,FB,F7,F5,F7,F7,EF,ED,EB,EB,EF,ED,EF. PLEASE HELP REGARDING...
  • EPM900 and INPUT CAPTURE
    there is anybody has used EPM-900 to emulate input capture for LPC932? I'm having troubles with the first capture. ICRAH always come zero at this moment. I'm using input capture for measure a signal...
  • 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...
  • lpc1788 input capture, frequency limit
    Hello everyone, I am using the <LPC1788>, amongst other things, for a frequency measurement. I'm trying to output a waveform with PWM0 And capture the input to Timer0 to measure the frequency...