• GPIO input
    Hi I need to connect my MCBSTR9 board to a FPGA board. I have been trying to get input via GPIO pins. I am able to get input only over P4 and P5 (I have tried P0 - P6). I am displaying the output...
  • 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...
  • Sencing Digital Input on GPIO
    Hi guys, Does any one exprienced receiving digital input (example from ADC) on GPIO and read the register (IOPIN) to display results. I am using LPC2129. Thanks in advance. Sridhar.
  • STR9 GPIO input
    Hi everybody, I'm using an STR912 on the MCBSTR9 board from Keil. Programming is done in uVision with the RealView compiler. For getting started I wanted to modify the blinky-example and read...
  • Simulator Fails to Simulate GPIO
    Hi all, I programmed a simple blinky program for STM32f429. I tried it on the STM32F429-DISCOVERY development board and it worked just fine. However when I tried it in the simulator, every other...