Skip to content

WeAct Studio STM32H562RG Core Board

lbuild module: modm:board:weact-h562rg

Documentation

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

modm:board:weact-h562rg modm_board_weact_h562rg modm: board: weact-h562rg modm_architecture_clock modm: architecture: clock modm_board_weact_h562rg->modm_architecture_clock modm_debug modm: debug modm_board_weact_h562rg->modm_debug modm_platform_clock modm: platform: clock modm_board_weact_h562rg->modm_platform_clock modm_platform_core modm: platform: core modm_board_weact_h562rg->modm_platform_core modm_platform_gpio modm: platform: gpio modm_board_weact_h562rg->modm_platform_gpio modm_platform_rtt modm: platform: rtt modm_board_weact_h562rg->modm_platform_rtt modm_platform_uart_1 modm: platform: uart: 1 modm_board_weact_h562rg->modm_platform_uart_1 modm_platform_usb modm: platform: usb modm_board_weact_h562rg->modm_platform_usb

Limited availability: Check with 'lbuild discover' if this module is available for your target!