-
-
Notifications
You must be signed in to change notification settings - Fork 725
Error while writing flash memory - Arduino Nano 33 IoT #580
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hello, Same behaviour here. Brand new NANO 33 IoT Arduino IDE 1.8.13 Tried the Arduino IDE 1.8.14 Hourly Build 2020/12/15 11:33 as it comes with the WiFiNINA 1.4.1 firmware with no luck, just in case it was caused by the older firmwares. Same error "Error while writing flash memory" I've also tried the Arduino FirmwareUpdater with no luck:
|
Hi @tessi and @Damiasroca , |
Downgrading indeed did the trick, Up and running again. Thank you |
…s done to RingBufferN. This is done so we can deliver a quick fix with regards to arduino/ArduinoCore-samd#580 . The real issue is a race condition somewhere within ArduinoCore-samd which we first need to identify, then those tests can be re-enabled again.
Downgrading indeed worked, thank you for the super helpful and quick response @facchinm and the fix in progress @aentinger ❤️ |
Alternative way to fix arduino#580 without restoring the buggy RingBuffer implementation from API
Alternative way to fix arduino#580 without restoring the buggy RingBuffer implementation from API
…void function (see arduino#580)
SafeRingBuffer.h: Prevent compiler warning about reaching end of non-void function (see #580)
Hi :)
I just received an original Arduino nano 33 IoT and wanted to test the wifi. The firmware check told me I need to update, and I followed the instructions to update the firmware. Instead of the nice success-message, I received the following
Used versions:
The flashing failed multiple times even after restarting, reconnecting, re-flashing things multiple times.
The firmware-check now reports that it can't connect to the wifi module (it used to work before):
I am at a loss on how to continue debugging this. Do you have any hints?
How could I resolve this issue and is it even something I should report here?
Note: I would be happy to ignore this issue, but now I can't use wifi from normal sketches anymore, which is a little frustrating.
The text was updated successfully, but these errors were encountered: