STM32f407ZG チップで動作するように、J-Link を使用して vscode で platformIO のデバッグ環境をセットアップしようとしています。
ビルド&アップロードできます。しかし、デバッグしようとするたびに、このようなエラーがスローされます
warning: unrecognized item "timeout" in "qSupported" response
Ignoring packet error, continuing...
.pioinit:16: Error in sourced command file:
Remote replied unexpectedly to 'vMustReplyEmpty': timeout
私の platformio.ini は次のようになります。
[env:black_f407zg]
platform = ststm32
board = black_f407zg
framework = stm32cube
debug_port = /dev/cu.usbmodem0000594258681
upload_protocol = jlink
debug_tool = jlink
正確にどこで間違ったのか、それを機能させるために次に何をすべきですか?