• STM32-Discovery Blinky example
    Hi all, I am trying to run the Blinky example for the STM32 Discovery board. The path is typically: C:\Keil\ARM\Boards\ST\STM32-Discovery\Blinky\Blinky.uvproj When I run the example project...
  • 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...
  • STM32 Discovery Debugging Problem
    Hi Guys, i just installed the newest Keil uVision to Programm and Debug STM32F0 Microcontroller via ST-Link. Programming and flashing via ST-Link works fine. But when i try to use the debugger i can...
  • USB OTG MSC in STM32 discovery
    I have been following a tutorial by Ralf Kopsch in youtube. I am facing a trouble in USB OTG MSC configuration for STM32F4-Discovery (STM32F407VGT6) board. The function finit(drive_name) returns fsDriverError...
  • STM32, printf wiindow and USART2 to printf
    Hello, I got PCB where a Bluetooth modul is SMD mounted at USART2 and a STM32F103ZE T6 (High Density). I'm using Keil + cmsis + stlib3.5.0 I'm trying to get the BT Modul working. For that I...