Upgrade from 3.0.7 to 3.1.0 and 3.1.1 causes severe crash with ESPNtpClient library #10902
Closed
1 task done
Labels
Area: Libraries
Issue is related to Library support.
Board
Arduino Nano ESP2, ESP-C3-13, ESP32-S3-Zero
Device Description
None
Hardware Configuration
No
Version
latest master (checkout manually)
IDE Name
Arduino IDE 1 and IDE 2
Operating System
Windows 11
Flash frequency
80 MHz
PSRAM enabled
yes
Upload speed
115200
Description
After an upgrade from core 3.0.7 to 3.1.0 and also 3.1.1 something changed that crashes the MCU of the Arduino Nano ESP32 after the NTP.begin (); .
On the Arduino Nano there is no crash dump visible, it just loosing its COM port and the onboard LED is flasing red-green-blue.
With the ESP-C3-13 I can get a memory dump in the serial monitor. (see below)
The NTP library is from here: https://github.com/gmag11/ESPNtpClient
When NTP.begin (); is removed from the code the C3 MCU also crashed with a shorter dump
after commenting these lines
The ESP-C3-13 overheated and died. Maybe this last upload did not finish at all. I cannot remember.
There was nothing attached to the ESP-C3-13.
The Espressif metal case became very hot.
I have no idea where to look further without knowing what is changed between 3.0.7 and 3.1.0
The overheating can be a coincidence but for now I stop experimenting with this core version.
Sketch
Debug Message
Other Steps to Reproduce
No response
I have checked existing issues, online documentation and the Troubleshooting Guide
The text was updated successfully, but these errors were encountered: