Getting started with stm32 nano - HoangViet93/stm32-nano GitHub Wiki

Scope

Help you start and understand the structure of stm32-nano project

Prepare

At first, You need ubuntu VM machine for build environment checkout this tut to install it. Now checkout stm32-nano project repository, if you don't have git install it.

sudo apt-get install git
git clone https://github.com/HoangViet93/stm32-nano.git

Now you need some necessary tool to build and flash to stm32.

packages setup Description
openocd sudo apt-get install openocd Flashing tool for arm
arm toolchain sudo add-apt-repository ppa:team-gcc-arm-embedded/ppa <br > sudo apt-get update <br > sudo apt-get install gcc-arm-embedded gnu arm toolchain

continue...

⚠️ **GitHub.com Fallback** ⚠️