Skip to content

WeAct Studio STM32G0B1CB Core Board

lbuild config: modm:weact-g0b1cb

Documentation

Cheap and bread-board-friendly board for the STM32G0B1 series.

Programming

Since the board has no St-Link programmer on the board, you must use DFU (Device Firmware Update (via USB)) to program the board. A DFU command is integrated into the modm:build:scons tool:

scons program-dfu

Configuration

<library>
  <options>
    <option name="modm:target">stm32g0b1cbt6</option>
  </options>
  <modules>
    <module>modm:board:weact-g0b1cb</module>
  </modules>
</library>