请问一下,照着配置了,昨天还好好的可以正常烧录和调试,今天就一直报错不行了,一直报同样的错,用的是h7-tool带的杜邦线,用上位机里面的烧录器能够正常烧录,在STM32Cubeide里面也是报同样的错误
[C] 纯文本查看 复制代码 C:\software_dvlp\OpenOCD-20240916-0.12.0\bin\openocd.exe -s C:\software_dvlp\OpenOCD-20240916-0.12.0\share\openocd\scripts -f myboard\dap_link_stm32f4x.cfg -c "tcl_port disabled" -c "gdb_port disabled" -c "tcl_port disabled" -c "program \"C:/Users/kstor/workspace/Projects/kw407a/demo/cmake-build-debug/demo.elf\"" -c reset -c shutdown
[0m[0mOpen On-Chip Debugger 0.12.0 (2024-09-16) [[url]https://github.com/sysprogs/openocd[/url]]
Licensed under GNU GPL v2
libusb1 d52e355daa09f17ce64819122cb067b8a2ee0d4b
For bug reports, read
[url]http://openocd.org/doc/doxygen/bugs.html[/url]
Info : auto-selecting first available session transport "swd". To override use '
transport select <transport>'.
Warn : Transport "swd" was already selected
adapter speed: 4000 kHz
DEPRECATED! use 'tcl port' not 'tcl_port'
DEPRECATED! use 'gdb port', not 'gdb_port'
DEPRECATED! use 'tcl port' not 'tcl_port'
Info : Using CMSIS-DAPv2 interface with VID:PID=0xc251:0xf00a, serial=003F003532
32511836303936
Warn : could not claim interface: Operation not supported or unimplemented on th
is platform
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB read: Entity not found
Error: error submitting USB write: Entity not found
Error: CMSIS-DAP command CMD_INFO failed.
** OpenOCD init failed **
shutdown command invoked |