WeAct Studio STM32U585Cx Core Board¶
lbuild config: modm:weact-u585ci
Cheap and bread-board-friendly board for the STM32U585 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">stm32u585ciu6</option>
</options>
<modules>
<module>modm:board:weact-u585ci</module>
</modules>
</library>