diff --git a/tcl/board/st/nucleo-u083rc.cfg b/tcl/board/st/nucleo-u083rc.cfg index 03e956930..eff0cf28a 100644 --- a/tcl/board/st/nucleo-u083rc.cfg +++ b/tcl/board/st/nucleo-u083rc.cfg @@ -5,8 +5,6 @@ source [find interface/stlink.cfg] -transport select swd - source [find target/stm32u0x.cfg] reset_config srst_only diff --git a/tcl/target/stm32u0x.cfg b/tcl/target/stm32u0x.cfg index d3aaed3cb..7bce8f6d7 100644 --- a/tcl/target/stm32u0x.cfg +++ b/tcl/target/stm32u0x.cfg @@ -4,6 +4,7 @@ # # STM32U0 devices support only SWD transport. # +transport select swd source [find mem_helper.tcl]