debugprobe icon indicating copy to clipboard operation
debugprobe copied to clipboard

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

Supporting addition boards via the QWIIC/Stemma QT connector like the following would be a great addition. This is not an exhaustive list, I'm sure many more exist. - [SparkFun Pro...

Here is the restored PR. It now builds via the command line with `cmake` *and* through VSCode, with the former taking the user’s board choice from `PICO_BOARD` if defined and...

### Problem: tud_cdc_connected is using DTR bit which is used in [cdc_uart.c](https://github.com/raspberrypi/picoprobe/blob/master/src/cdc_uart.c) If DTR is not set by host (PC terminal or other device), we can't send anything to host....

- FIx a bug where SWDIO was left low at the end of a write - Add a PIO driven implementation of CMSIS-DAP transfer APIs - Add descriptors and task...

I'm trying to build OpenOCD as described in the _[Getting Started With Raspberry Pi Pico](https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf) > Appendix A: Using Picoprobe > Build OpenOCD > Windows_. However, when running the command...

Debug probes often read the target voltage via some ADC pin (e.g. ST-Link). It would be advisable to reserve such a pin for future use, e.g. GP26 for ADC0.

Zadig is a slow, prone to error and fairly overcomplicated to install a driver for Picoprobe on Windows. You should use LibusK-inf-wizard instead and vendor a driver into a Windows...

Hi there! 👋🏽 The Pico is quite exciting! Fyi, there is an open-source ecosystem of debug adapters for Cortex-M devices, based around the [CMSIS-DAP](https://arm-software.github.io/CMSIS_5/DAP/html/index.html) protocol. This protocol is well supported...

I followed the instructions in the Getting Started with Pico guide, and built OpenOCD for windows, but when I try to start it, it segfaults. I'm not even sure where...