2025-03-14 4:41 PM
Hi all,
has anyone here benn able to debug this NUCLEO board with OpenOCD on Linux?
I pulled and compiled the latest sources from ST's github and can't seem to get past this error:
"Error: The selected transport doesn't support this target"
this is my config file:
source [find interface/stlink.cfg]
transport select hla_swd
source [find target/stm32h5x.cfg]
reset_config srst_only