debugprobe icon indicating copy to clipboard operation
debugprobe copied to clipboard

Results 56 debugprobe issues
Sort by recently updated
recently updated
newest added

We have a use-case involving reusing RP2040 supervisor as an SWD debug interface during initial testing. This implements standard Pico SDK C++ usb reset endpoints to interoperate with appropriately patched...

Is there any chance to add a multi device programming option? I am currently designing a board with 4 RP2040 on it and just placing another rp2040 on board as...

I cannot get openocd to see the picoprobe, but it appears to be there. HOPEFULLY this is enough information for others to chime in: ``` dx@pop-os:~/pico/picoprobe/build$ git status HEAD detached...

Unsure where this should be reported, but about once every 5 minutes I have to pull the power on the picoprobe and DUT and plug them both in again to...

Is this impossible, something I could easily add, or a major feature request? I'm working with poll-based USB and LWIP and it would be really useful to see separate console...

Looks like there is some issue checking out the current commit for CMSIS_5 when executing the following line from the "Build and flash picoprobe" section of the User Guide: When...

The following files do not contain license information, and therefore cannot be forked/included in other projects: - [probe_config.c](https://github.com/raspberrypi/debugprobe/blob/master/src/probe_config.c) - [probe_oen.pio](https://github.com/raspberrypi/debugprobe/blob/master/src/probe_oen.pio) As this has happened before (#5), it may be worth...

I am not sure if this is a bug with GDB, or something to do with debugprobe not relaying the appropriate information back to GDB. From the [GDB issue](https://sourceware.org/bugzilla/show_bug.cgi?id=31403): >...

Probe: Raspberry Pi Pico 2040 Probe firmware: [debugprobe_on_pico.uf2](https://github.com/raspberrypi/debugprobe/releases/download/debugprobe-v2.0.1/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...