Corkskru / stm32f303-nucleo-template

STM32F303RE Nucleo GCC template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

STM32F303RE Nucleo GCC template

License:GNU General Public License v2.0


Languages

Language:C 98.0%Language:C++ 1.8%Language:Assembly 0.2%Language:Makefile 0.0%