-
**Set up**
- Raspberry Pi Pico target device board
- Picoprobe debug device
- USB 1.1 mouse
- USB HID host sample from [pico-examples](https://github.com/raspberrypi/pico-examples)
**Descr…
-
I'm trying to get interrupts working in my application, but I wasn't able to do so.
I tried to create a minimal setup and I'm not sure what's wrong.
```rust
#![no_std]
#![no_main]
#![deny(clipp…
-
Hello,
I'm following the guides [here](https://blog.smittytone.net/2021/02/05/how-to-debug-a-raspberry-pi-pico-with-a-mac-swd/) and [here](https://andrejacobs.org/electronics/develop-and-debug-ras…
-
platformio.ini
```
[env:pico]
platform = https://github.com/maxgerhardt/platform-raspberrypi.git
board = pico
framework = arduino
build_board.core = earlephilhower
board_build.filesystem_size…
-
Hi,
Ive found a Problem that seems to only happen with the PIO core and not with the Arduino Version.
The original issue ([here](https://github.com/earlephilhower/arduino-pico/issues/614#issuec…
-
### Operating System
Others
### Board
raspberry pi pico (rp2040)
### Firmware
examples/host/cdc_msc_hid/ master branch commit 6f59a2c
I am developing in Visual Studio Code and using a picoprob…
-
It would be nice to see JTAG support coming. I would find it a very useful alternative to the expensive FT2232HL.
Is there a plan to implement it?
-
Every time starting debug, cortex-debug will download executable to mcu flash.
How start debugging without download?
my cortex-debug configuration:
```
"type": "cortex-debug",
"name": "…
-
Hi everyone,
i'm using a RP2040-Zero from waveshare [https://www.waveshare.com/product/raspberry-pi/boards-kits/raspberry-pi-pico-cat/rp2040-zero.htm](url).
If i try to upload the code, even a …
-
The platformio documentation says this about the upload_protocol "Override default Development Platforms upload command with a custom command. You can pass a full upload command with arguments and opt…