Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.02 KB

Demo of STM32 Using RIoT

RIoT documentation.

This repo is based on the lf-riot-uc-template template repository.

Boards used

This demo uses the following boards:

Getting started

Please follow the setup instructions in that README file. Then:

make BOARD=nucleo-f446re all

(or use gmake on macOS). Connect your board and do:

make BOARD=nucleo-f446re flash

With the HelloWorld program, the LED should start blinking.

Terminal output

make BOARD=nucleo-f446re term

(You should have done pip install pyserial for this to work.)

Debugging (not tested)

gmake BOARD=nucleo-f446re debug

(requires installing gdb-multiarch)