0

VSCode で OpenOCD 0.10.0 を使用して STM32F767 (NUCLEO-F767ZI ボード) をデバッグしようとすると、次のエラーが発生します。

Info : device id = 0xa05f0000
Warn : Cannot identify target as a STM32 family.
Error: auto_probe failed

OpenOCD は単にこの MCU をサポートしていないということですか?
どうすれば解決できますか?以下にlaunch.json構成
を添付します。

"name": "Debug (OpenOCD)",
"type":"cortex-debug",
"request": "launch",
"servertype":"openocd",
"cwd": "${workspaceRoot}",
"executable": "${workspaceRoot}/BUILD/NUCLEO_F767ZI/GCC_ARM-DEBUG/${workspaceRootFolderName}.elf",
"svdFile": "${workspaceRoot}/STM32F7x7.svd",
"runToMain": true,
"device": "STM32F767ZI",
"searchDir": ["C:/Program Files/OpenOCD/scripts"],
"configFiles": [
    "/interface/stlink.cfg",
    "/target/stm32f7x.cfg",
]
4

0 に答える 0