Nucleo Boards

From RobolaboWiki
Revision as of 08:08, 29 July 2019 by Aguti (Talk | contribs)

Jump to: navigation, search

Configuring environment

Linux

Installing dependencies

Dependencies for STM32CubeMX and STM32CubeIDE

In a command line, execute:

sudo apt-get install build-essential gcc-arm-none-eabi libnewlib-arm-none-eabi libstdc++-arm-none-eabi-newlib

Dependencies for debugger:

sudo apt-get install git cmake libusb-1.0-0-dev dfu-util gdb

Windows

MAC