• Missing features in Blinky example on F429 Discovery board
    I am training myself to use MDK5 on an ST Micro 32F429IDISCOVERY board, which uses the STM32F429ZI, Cortex-M4 processor. I found a cheat sheet on the Keil web site entitled "STMicroelectronics: Cortex...
  • Blinky example
    I am a beginner in microprocessors and I am using STR912FAW44 (an arm 9 based board). While trying to run the Blinky example (using uvision3), I get the error 'No CPU dll specified'. What kind of dll...
  • EINT1 example on MCB2103 and blinky example
    first : For some reason there are NO pullup resistors on the MCB2103 board pin GPIO 0.17 and 0.18 both are open drain outputs. Thats why 2 leds will not blink with the blinky example. If you try...
  • STM32 Discovery with RL FLASH
    Hi Everyone, Im trying to build GPS logger with STM32 Discovery Board. I can read GPRMC data from serial interface. Now I just want to implement SD card interface and save tracking data to SD card...
  • Using printf() on stm32-discovery
    Hello, I'm using a stm32-discovery board and got the Blinky project working using MDK 4.70 without much hassle. Now I'd like to get printf() working on one of the 3 USARTs (don't care which one)...