Files
CLion_STM32/stm32f4discovery.cfg
2025-11-02 17:17:59 +08:00

15 lines
429 B
INI

# SPDX-License-Identifier: GPL-2.0-or-later
# This is an STM32F4 discovery board with a single STM32F407VGT6 chip.
# http://www.st.com/internet/evalboard/product/252419.jsp
# 去OpenOCD的路径下去找这个文件
source [find interface/stlink.cfg]
#如果用DAP调试器就取消 下面的注释,并注释掉上方代码
#source [find interface/cmsis-dap.cfg]
transport select hla_swd
source [find target/stm32f4x.cfg]