Tested on STM32F429I-DISC1 evaluation board.
- STM32CubeMX (optional, only if you want to regenerate project)
- GNU Make
- GCC/ARM toolchain (https://launchpad.net/gcc-arm-embedded)
- openocd
Run make
.
Run make flash
.
This project is based on (Martins Wunderkiste work)[http://wunderkis.de/stm32cube/index.html].