-
"EXECCTRL_JMP_PIN" is refernced 3 times in the SDK without an explanation of how/where to set it.
[ https://datasheets.raspberrypi.org/pico/raspberry-pi-pico-c-sdk.pdf page 59 ]
I did eventually f…
-
https://github.com/raspberrypi/pico-setup/blob/d13cbaca5d4cd1a3dfc3cc7dbf078f2a1fc430b5/pico_setup.sh#L149
does not work on ubuntu 24.04; the apt command fails and suggests one run `snap`
apt vs s…
-
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 SDK doesn't have an official API for it yet. So, we can wait or DIY it.
-
Currently MU writes to the raspberry pi, saving on every keystroke.
The raspberry pi pico and others have limited write cycles, same for even all media, even more for writable ROMs, why is MU writi…
fleek updated
3 years ago
-
The I2C hardware used in the RP2040 does not provide for zero-length writes. Such writes are often used for device probing on an I2C bus. A read works for some devices but not all (a read is used in t…
-
I have a raspberryPi Pico (based on RP2040), and when I just include the library (i.e. don't reference any functions or define any I/O's), I/O that have been defined as pull-ups no longer have a pull-…
-
Look at https://nodered.org/docs/getting-started/raspberrypi
- [ ] See the service below.
- [ ] checkout pm2
- [ ] Node red gets a bit crazy, but this is cool: https://raw.githubusercontent.com/n…
-
Recently, I attempted to transmit an HTTPS request using the Pico W. I cloned the example „tls_client“ and attempted to build it. This process was successful, but upon running the request on the Pico …
-
Is there a reset-init script for the rp2040 microcontroller in the pico? This is in the Openocd documentation...
Terminal 1
openocd -s /home/penta/.arduino15/packages/rp2040/hardware/rp2040/3.6.2/…