-
Hello Aria,
I'm currently working on a branch that allows easier enable/disable of features. Perhaps this could be useful for your project. Check https://github.com/rgrr/yapicoprobe/tree/feature/…
-
Hi,
I have a pico clone board (the purple ones) that I can flash with the official picoprobe firmware without any problem. I want to try yapicoprobe (mainly to have RTT).
Using the latest re…
-
New YAPicoprobe ( Pico) out of the box, fresh connectors and the latest release bin ( [yapicoprobe-0120-pico-f726bca.uf2](https://github.com/rgrr/yapicoprobe/releases/download/v1.20/yapicoprobe-0120-p…
-
I am trying to use a Pico with yapicoprobe to upload and debig another Pico.
Using VS Code, Platformio, with platform = raspberrypi and framework = arduino.
`debug_tool = cmsis-dap
upload_protocol …
-
- Use windows, and a cmsisdap probe (example is the Raspberry Pi Debug Probe)
- Use zadig, bind the libusb0 driver to it.
- Try to use probe-rs. You get "probe was not found" errors that make no sen…
-
[This project](https://github.com/gusmanb/logicanalyzer) seems to have a very smart implementation of HW trigger that's using PIO code to handle many triggering conditions in only 2 cycles (so 100Msps…
-
Cut the CMSIS-DAP/debug console communication in the middle and put WiFi in between.
Pico at the target would be the AP, Pico at the host would be the STA. That means that the two Picos would crea…
-
**Describe the bug**
When I connect the probe (RP debug probe) and power up the device (RP Pico), I wanted to try if everything is working by running `probe-rs info`. This results into the following:…
-
I'm working on designing a board which exposes all the features within this repository, however I am confused by the intended use of the SWDIOEN pin.
I can see from [`probe_oen.pio`](https://github…
-
Hi,
I have a pico clone board (the purple ones) that I can flash with the official picoprobe firmware without any problem. I want to try yapicoprobe (mainly to have systemview).
Using the latest…