-
Both on RP2040 and RP2350, with Ninja or without this happens on Windows:
```
PICO_SDK_PATH is E:/Download/Pico_2/pico-sdk-2.0.0
Target board (PICO_BOARD) is 'pico2'.
Using board configuration fro…
-
I found this display, https://www.aliexpress.us/item/3256806709509463.html?ug_edm_item_id=3256806709509463&pdp_npi=4%40dis%21USD%21%246.03%21%243.50%21%21%21%21%21%4021017dd017241432938424107d1f3d%211…
-
Hello,
I have stopped in this code and I need to ask a question.
Is possible to implement a Virtual MOS6569 in a RPI pico/pico2 micro controller to replace this old IC?
Thanks
-
Is there any plan to adapt to SDK2.0 in the future? Now the compilation will report an error.
```
C:\Users\zhuangzhanyu\Desktop\Pico-PIO-USB\src\usb_rx.pio.h:186:29: error: redefinition of 'pio_sm_s…
-
Hi @polhenarejos ,
I'm intereting to pico-hsm. Now, I'm trying to setup the pico-hsm on my pico2.
Howerver, I can't connect to the server when i executed the command `python3 tools/pico-hsm-tool.py …
-
### CircuitPython version
```python
Adafruit CircuitPython 9.2.0 on 2024-10-28; Pimoroni Pico Plus 2 with rp2350b
```
### Code/REPL
```python
>>> import microcontroller
>>> microcontroller.cpu.te…
-
Hi @petewarden
I realize that the Pico 2 (and RP2350 chip) aren't widely available yet, so it may not be possible to answer this question yet, but I'll ask anyway:
Will pico-tflmicro will work …
-
The current version of Thonny v4.1.4 does not recognise these boards when they are plugged in making it difficult to use with Thonny. Please add facilities for RP2350 chips so that they work like PR20…
-
Simply adding a compile time definition -DRP2350 to a pico2 CMake project and compiling the crt0.S with the GNU assembler causes the following error from the included file embedded_start_block.inc.S
…
-
The RP2350 (RaspberryPi Pico2) has two cores, ARM and RISCV, and can run the ARM and RISCV cores simultaneously.
I think it will be difficult to support this elegantly with the current Zephyr mechani…