1 # This is an NUCLEO-F103RB board with a single STM32F103RBTx chip 2 # 3 # Generated by STM32CubeIDE 4 # Take care that such file, as generated, may be overridden without any early notice. Please have a look to debug launch configuration setup(s) 5 6 source [find interface/stlink-dap.cfg] 7 8 9 set WORKAREASIZE 0x5000 10 11 transport select "dapdirect_swd" 12 13 set CHIPNAME STM32F103RBTx 14 set BOARDNAME NUCLEO-F103RB 15 16 # Enable debug when in low power modes 17 set ENABLE_LOW_POWER 1 18 19 # Stop Watchdog counters when halt 20 set STOP_WATCHDOG 1 21 22 # STlink Debug clock frequency 23 set CLOCK_FREQ 8000 24 25 # Reset configuration 26 # use software system reset if reset done 27 reset_config none 28 set CONNECT_UNDER_RESET 0 29 set CORE_RESET 0 30 31 # ACCESS PORT NUMBER 32 set AP_NUM 0 33 # GDB PORT 34 set GDB_PORT 3333 35 36 37 38 39 40 # BCTM CPU variables 41 42 source [find target/stm32f1x.cfg] 43
