- 操作系统版本:Windows11 22H2
- 操作系统平台(x86/x64):x64
- VsCode 版本:version 1.98
- EIDE 插件版本:v3.21.1
- C/C++ 插件版本:1.23.6
- 何种编译器(keil_c51/sdcc/armcc5/armgcc/...):AC5
- 编译器版本(非编译问题可忽略):
描述问题
<!-- 使用简明清晰的语言描述您的问题 -->
我使用的是板载的gd32芯片当成daplink进行使用,它不支持jtag,但支持swd接口,我使用插件的openocd进行烧录的时候,无论使用任何配置都无法正常烧录,原因是配置文件检测到不支持jtag而终止了初始化,但我没有找到解决方法
屏幕截图
<!--使用一些截图能够更好地展现问题 -->

Open On-Chip Debugger 0.12.0 (2024-09-16) [https://github.com/sysprogs/openocd]
Licensed under GNU GPL v2
libusb1 d52e355daa09f17ce64819122cb067b8a2ee0d4b
For bug reports, read
http://openocd.org/doc/doxygen/bugs.html
init_reset
Warn : An adapter speed is not selected in the init scripts. OpenOCD will try to run the adapter at very low speed (100 kHz).
Warn : To remove this warnings and achieve reasonable communication speed with the target, set "adapter speed" or "jtag_rclk" in the init scripts.
Info : CMSIS-DAP: SWD supported
Info : CMSIS-DAP: Atomic commands supported
Info : CMSIS-DAP: FW Version = 1.0
Info : CMSIS-DAP: Serial# = 0001000001
Error: CMSIS-DAP: JTAG not supported
** OpenOCD init failed **
期望现象
<!--您期望应该产生的,但实际上却没有发生的结果-->