-
Flashing through gdb connected to openocd using the `load` command _does_ work as expected. But flashing using the `program` command in openocd doesn't:
```
openocd -f interface/picoprobe.cfg -f …
-
On Page 55 of the Getting Started with Pico guide, the steps are:
```
$ cd ~/pico
$ git clone https://github.com/raspberrypi/openocd.git --branch picoprobe --depth=1
$ cd openocd
$ ./bootstrap
…
-
On Windows, the monotonic clock used for sleep() by Python platform has about 15 ms resolution, as described in [PEP564](https://www.python.org/dev/peps/pep-0564/#id23).
The test below is bound to …
-
Looking at the code I can see you are wiggling the SWD pins but it's not entirely clear what connects over the tiny usb side? What I'm looking to do is use one pico to provide a gdbstub while debuggin…
-
Thanks for making the code available, but no License (or a readme with a license description) is provided in root and while many source files do have an embedded MIT (and in one case a BSD-3-Clause) l…
-
Hello,
Blackmagic probe for PC supports CMSIS DAP probe. I tried both uf2s download from Releases. My recognition for CMSIS Dap stumbles on the missing iManufacturer and iSerial entries. It is a g…
-
I've now successfully uploaded small programs, such as Blink, and a Serial test. But when I upload a more substantial program of about 80Kbytes when compiled (my uLisp Lisp interpreter) it seems to cr…
-
```
$ ./src/openocd.exe -f tcl/interface/picoprobe.cfg -f tcl/target/rp2040.cfg -s tcl -c "targets rp2040.core0; program ../pico-examples/cmake-build-debug/blink/blink.elf"
Open On-Chip Debugger 0.1…
-
First of all, thanks again Earle for working on this project!
I'm working on integrating [rp2040js](https://github.com/wokwi/rp2040js) into the Wokwi online simulator. Right now, the integration us…
urish updated
3 years ago
-
There's been a lot of discussion on the Discord and RPi forum about how to work around unplugging and plugging the USB cable while holding BOOTSEL to reprogram the Pico. RPi Engineers are generally c…