Skip to content

mattkrol/blinky

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blinky for STM32F407G-DISC1

Use the onboard timers to generate an interrupt that toggles the green led on and off using only the register definitions provied by St and the CMSIS core.

Required Tools

Compiling Instructions

Make sure your discovery board is plugged into your computer, and that you have the required tools installed. Then use your shell to clone the git repository and compile/flash your board.

git clone https://github.com/kolazojar/blinky.git
cd blinky
make flash