/stm32f303-nucleo-template

STM32F303RE Nucleo GCC template

Primary LanguageCGNU General Public License v2.0GPL-2.0

STM32F303RE Nucleo template

This is a basic GCC template and playground for the STM32F303RE Nucleo development board.

Prerequisites

You will need to install the following:

Compiling

Simply run:

make

Uploading

Simply connect your Nucleo board and run:

make install

The device's LD2 LED should start blinking.