-
I'm running IDE 1.9.2 with Arduino nano rp2040 connect board. For benchmarks that take more than a few seconds of computation time, the sketches HANG. I first noticed with CoreMark sketch
https://g…
-
Has anyone tried using this library with the new Raspberry Pi Pico and its new RP2040 chip? It seems like it should be easy, but since I have only personally used the RF24 library inside the Arduino e…
-
### Information on Hw/Sw pattern
Arduino core MKR WiFi 1010
WIFININA ver. 1.4.7
MDNS_Generic ver 1.1.0
Arduino ver 1.8.15
### Describe the bug
The hw runs a web server with mDns initialised w…
-
### CircuitPython version
```python
CircuitPython 7.0.0 Alpha 5; on Arduino Nano RP2040 Connect
```
### Code/REPL
```python
git clone https://github.com/adafruit/circuitpython.git
cd ci…
-
When using mbed_error_printf (which is called from any kind of error handling in Mbed OS) to write to USB Serial, only the first character is printed before something crashes. This makes it difficult …
-
Currently, PlatformIO only seems to support `cmsis-dap and raspberry-swd` debug options. `jlink` and `stlink` do not appear to be supported.
`SEGGER` have updated their J-Link probe firmware to sup…
-
I am using the `Arduino Nano RP2040 Connect` board and I succesfully have it running with your example code (i.e. Examples-->WiFiManager_NINA_Lite-->RP2040_WiFiNINA)
In order to save battery, I cha…
-
I tried running the tests with the new version of `newlib` using a Micro:bit v2 and a Arduino Nano RP2040 Connect. Applications seem to fault on both platforms. The fault seems to be in `newlib` in `m…
-
With this test program:
````
void setup() {
Serial.begin(9600);
}
void loop (void) {
if (Serial.available()) Serial.print((char)Serial.read());
}
````
if you repeatedly paste this 62-ch…
-
Therefore there is an error when compiling.
The authors of the RP2040 core try to justify the lack. It's just ridiculous!