WeAct Studio STM32H562RG Core Board¶
lbuild module: modm:board:weact-h562rg
Cheap and bread-board-friendly board for the STM32H562 series.
Programming¶
Since the board has no 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
Note that you need to manually reset the board due to a bug in the DFU implementation.
Logging¶
To log via RTT attach a debugger to the SWD port and select the RTT option:
<option name="modm:board:weact-h562rg:logger">RTT</option>
Then log using:
scons log-rtt
To log via UART, attach a serial adapter to the log pins and select the UART option:
<option name="modm:board:weact-h562rg:logger">UART</option>
This module is only available for stm32h562rgt6.
Options¶
logger¶
Logging mechanism
Default: Disabled
Inputs: [Disabled, RTT, UART]
Input Dependency: RTT -> modm:platform:rtt
Input Dependency: UART -> modm:platform:uart:1
Dependencies¶
Limited availability: Check with 'lbuild discover' if this module is available for your target!