-
Demo.UF2 is executing without any issues.
But when I use Demo.elf, the program is not executing.
I am able to load blink.elf(blink program from PICO SDK 1.5.0) successfully using picoprobe to target…
-
The comparison chart on the README has "any" for what targets are supported for all probes listed other than the STLinkV3. This is too broad and also not true. A list of supported debugging protocols/…
-
I followed steps from Getting Started with Pi Pico, and[https://github.com/raspberrypi/openocd/issues/7]( https://github.com/raspberrypi/openocd/issues/7). Also [https://hackaday.io/page/13821-buildin…
-
I've been trying to get the blink sketch running on a Trinket M0 but have so far been unsuccessful. Output from pin 1 is buffered to through a 1g126 to 5V. The same setup works just fine with the Neop…
-
### Problem
The Visual Studio Code section (Section 7.3) of the Pi Pico Getting Started guide suggests that you copy a [file](https://github.com/raspberrypi/pico-examples/blob/master/ide/vscode/lau…
-
### CircuitPython version
```python
Adafruit CircuitPython 9.2.0-beta.0 on 2024-09-17; Raspberry Pi Pico 2 with rp2350a
```
### Code/REPL
```python
# boot.py
import usb_cdc
usb_cdc.disable()
```…
-
USB-C alternate mode detection, could be useful to turn the USB port into a debug accessory for debugging work thru just a USB-C cable and an adapter chip.
There are a host of considerations to ma…
-
Hi,
Here's what I've tried.
step 1 (control):
Use the GUI to generate an empty project. The settings I used were:
Board type = pico
no library options
console over UART
no code options set
…
-
Trying to flash using a picoprobe to another pico a simple `blinky` example, I get an error:
`Flash content verification failed.`
Sadly, due to #3 it does not show any debug logging from `probe-…
-
In my experience debugging with stock OpenOCD through VSCode on Windows, timers do not increment; and as a result all sleep functions cause the debugged program to freeze. See for more info:
- ras…