Nucleo F103RB

The Nucleo F103RB is a rather affordable ARM development board based on the ST Micro STM32F103RB SoC providing lots of GPIO pins and an onboard programmer/debugger with mini-USB connector.

Interfaces

InterfaceHardware SupportedTinyGo Support
GPIOYESYES
UARTYESYES
SPIYESYES
I2CYESYES
ADCYESNot yet
PWMYESNot yet

Machine Package Docs

Documentation for the machine package for the Nucleo F103RB

Flashing

OpenOCD

Programs are loaded onto the Nucleo F103RB with the onboard STLink v2-1 programmer connected via USB to the host, using the openocd command line utility program to perform the board flashing. You must install OpenOCD before you will be able to flash the Nucleo F103RB board with your TinyGo code.

  • Plug the onboard STLink v2-1 programmer into your computer’s USB port.
  • Build and flash your TinyGo program using tinygo flash -target=nucleo-f103rb - if you encounter OpenOCD connectivity errors try holding the black reset button down while flashing.