debugprobe icon indicating copy to clipboard operation
debugprobe copied to clipboard

Debugprobe-v2.0.1 does not work with VSCode Arm Debugger v1.2.1

Open retif opened this issue 1 year ago • 1 comments

Probe: Raspberry Pi Pico 2040 Probe firmware: debugprobe_on_pico.uf2 CMSIS Pack: Keil::[email protected] Target: STM32H743VITx Debugger: VSCode Arm Debugger v1.2.1

If I use OpenOCD - it works okay, if I use Arm Debugger it does not work with the message

[server] Starting debug server
[server] Waiting for debug server to start accepting connections
[server] Debug server started successfully

[server] Debug server shutdown application
[server] Debug server shut down attempted
[server] Done
ERROR(CLI237-TAD517): 
! An error occurred processing MSDAP message
! Failed to connect to any devices on the target. Check that the target is correctly connected to the debug probe and powered on.

retif avatar Jun 15 '24 14:06 retif

More information is going to be required, as our recommended VScode solution uses openocd and that works.

  • What commands were being sent
  • Which command failed?

P33M avatar Nov 07 '24 15:11 P33M