Skip to main content
Associate
March 14, 2025
Question

NUCLEO-H533RE OpenOCD on Linux fails

  • March 14, 2025
  • 0 replies
  • 604 views

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