• 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...
  • 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...
  • 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...
  • 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...
  • size problem in USBHID for MCBSTR9 Board
    I need help with USBHID example for Keil MCBSTR9 Evaluation Board (ARM9 chip) I want to re-use the source code in my project, but the example sends only one byte at a time. I need to send and receive...