tcl: fix remaining scripts after rework adapter commands
[fw/openocd] / tcl / board / st_nucleo_h745zi.cfg
1 # This is an ST NUCLEO-H745ZI-Q board with single STM32H745ZITx chip.
2
3 source [find interface/stlink.cfg]
4 transport select hla_swd
5
6 # ST-Link HLA interface do not support multi-AP debugging
7 # then setting DUAL_CORE and USE_CTI has no effect, because
8 # it will fall back to single core configuration
9 set DUAL_CORE 1
10 set USE_CTI 1
11
12 source [find target/stm32h7x_dual_bank.cfg]
13
14 # when using ST-Link HLA adapter, DBGMCU accesses are done via AP0
15 # unfortunately DBGMCU is not accessible when SRST is asserted
16 reset_config srst_only