Arduino IDE errors

internal error in mingw32_gt_pch_use_address, at config/i386/host-mingw32.c:192: MapViewOfFileEx: Attempt to access invalid address. Got this with Arduino IDE 2.2.1 and a Teensy4.0 project. Solution was to close the IDE then delete everything in this folder: C:\Users\<YOUR USER NAME>\AppData\Local\Temp\arduino\sketches\

Read More

Uploading never ends

Will typically be caused by something bad in your program but a way to force it to complete so you can troubleshoot what is happening is to press the Arduino reset button as soon as you see “Compiling sketch” change to “Uploading…” as you program the Arduino. Possible causes we’ve come across wdt if used, […]

Read More

Program won’t run

Waiting for USB Serial Are you using this with your Serial.begin command on an Arduino with USB serial? We found on the MKR GSM 1400 and Arduino Micro this would cause the program to not run if the Arduino serial monitor was not open! Doing this fixed it:

Read More