Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 448 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 448 Bytes

STM32CubeMX sample project for GCC/Make toolchain

Tested on STM32F429I-DISC1 evaluation board.

Requirements

Building

Run make.

How to run on a board?

Run make flash.

Appreciation

This project is based on (Martins Wunderkiste work)[http://wunderkis.de/stm32cube/index.html].