Examples programs for STM32F4Discovery board. These examples were written while I was exploring STM32F407VGT microcontroller. I think this is may be helpful somebody.
This is Eclipse project template for STM32F4Discovery board
This is "Hello world" project. Simple blinking LEDs on board.
This is "Hello world" project, but this also used buttons for switch LEDs.
Setup and runtime change system clocks settings.
Example how to use PWM to change LEDs brightness.
Use onboard accelerometer by SPI bus.
Expamle external and system timer interrupt
Simple exampe CDC USB device. Press 'a' and 's' for toggle LEDs, press user button for send 'HELLO' to PC.