1source [find interface/stlink-dap.cfg]
2transport select "dapdirect_swd"
3
4set WORKAREASIZE 0x8000
5set CHIPNAME STM32H7B3LIHxQ
6set BOARDNAME STM32H7B3I_DK
7
8# Enable debug when in low power modes
9set ENABLE_LOW_POWER 1
10
11# Stop Watchdog counters when halt
12set STOP_WATCHDOG 1
13
14# Reset configuration
15# use hardware reset, connect under reset
16# connect_assert_srst needed if low power mode application running (WFI...)
17reset_config srst_only srst_nogate connect_assert_srst
18set CONNECT_UNDER_RESET 1
19set CORE_RESET 0
20
21source [find target/stm32h7x.cfg]
22
23