-
The removal of the RTC in Pico2 is causing some demos to fail on these devices
Attempting a full repo build with Ninja cases this error in breakout_encoder_wheel
> /home/simon/pimoroni-pico/exam…
-
Hi!
I have tried to “install” PicoFlasher on my new Raspberry Pi Pico 2 with RP2350 chip, but it doesn’t work. My local shop no longer has stock from the old Pico 1 with RP2040 chip. Are you planni…
-
gpr-mode indented like these:
```
for Source_Dirs use Common.Paths &
(
"adainclude",
"rp2350_svd",
FreeRTOS.Source,
FreeRTOS.Portable_Base & "RISC-V"
);
…
-
One can fit the device with a Pico 2 RP2350 board, the VM works fine, disk access to SD card and the RGB LED are working, but the LCD shows garbage. Tried with SPI clock frequencies in the rage 5 - ~4…
-
If a board header file includes other header files, then CMake does not see any **pico_cmake_set** directives in the secondary header file.
This particularly affects the **vgaboard.h** header file,…
-
I just got a SparkFun Pro RP2350 and I'm trying to get the examples to build. I've run into a few issues I could fix via web search, but there are some outstanding ones:
1. RISC-V compilers: The RE…
znmeb updated
3 weeks ago
-
**Is your enhancement proposal related to a problem? Please describe.**
As one of the additions of hwmv2, it was added the possibility to factorize configuration (dts overlays, Kconfig fragments) for…
-
### Port, board and/or hardware
Pico 2 / RP2350
### MicroPython version
MicroPython v1.24.0-preview.201.g269a0e0e1 on 2024-08-09; Raspberry Pi Pico2 with RP2350
### Reproduction
1. Install latest…
-
from machine import Pin
led = Pin("LEDW", Pin.OUT)
led.on()
hangs when run after board reset. LED turns on but REPL does not return a prompt.
If the wifi is set up first and connected then the…
-
https://www.youtube.com/watch?v=UnIa2jbEHRk
SparkFun Pro Micro RP2350
The RP3250 is a unique dual-core microcontroller with two ARM® Cortex® M33 processors and two Hazard3 RISC-V processors, all r…