ArduinoCore-mbed icon indicating copy to clipboard operation
ArduinoCore-mbed copied to clipboard

Results 178 ArduinoCore-mbed issues
Sort by recently updated
recently updated
newest added

on the arduino giga, using the method : partition(BlockDevice *bd, int part, uint8_t type, bd_addr_t start); which states that: This is the same as partition(bd, part, type, start**, bd->size(**)) a...

Just run this very simple sketch: ```C uint32_t ticks = 0; uint32_t timeout = 0; void setup() { // put your setup code here, to run once: Serial.begin(9600); while (!Serial)...

Good day, i'm trying to use and Arduino GIGA R1 on Arduino IDE 2.2.1. When the download starts, i get the following error: > Error: 2 UNKNOWN: Get "http://downloads.arduino.cc/tools/openocd-0.11.0-arduino2-static-i686-w64-mingw32.zip": read...

See https://forum.arduino.cc/t/bno086-does-not-work-at-i2c-clock-100mhz/1200365. But quoting from that: >While testing the BNO086 with the Arduino Giga I noticed that setting the I2C clock at 400khz would cause the BNO086 to not sent...

Under the latest core writing to SDRAM a simple struct of size 1112 bytes aligned to 8 bytes using " __attribute__((aligned(8)));" then reading it back is returning memory bit flip...

I have massive problems using TCP on OPTA. After sending some packets (sometimes only 1) the OPTA stops working. It seems the program is blocking. An interesting behavior is sending...

As per the thread below, os crashes on Giga R1 when WiFiClient is declared as global. https://forum.arduino.cc/t/call-to-server-available-fails-if-client-is-a-global-variable/1137604

Hey, I've had the Arduino Giga Display for a few days now. I'm trying to get it to work with the LVGL example. I have created a screen with two...

Hi, Set up a spare Raspberry PI Pico as a Picoprobe (as described in https://datasheets.raspberrypi.com/pico/getting-started-with-pico.pdf Chapter A) and tried to upload a sketch using a programmer instead of using picotool:...

It is not possible to use CAN communications on the Giga M4 core. If you try to write something to the CAN network, the message is not recieved by other...