Newer
Older
mbed-os / targets / upload_method_cfg / openocd_cfgs / wio_h725.cfg
@JohnK1987 JohnK1987 on 21 Feb 2023 213 bytes Add Wio-H725AE (#133)
# OpenOCD config file for the Wio-H725

interface hla
hla_layout stlink
hla_device_desc "ST-LINK/V2"

# ST-LINK V2.1 0483:374b
hla_vid_pid 0x0483 0x374b

transport select hla_swd

source [find target/stm32H7x.cfg]