You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
LAN8720 module and TFT controlled over SPI attached
Hardware Configuration
no
Version
latest master (checkout manually)
IDE Name
platformio with arduino
Operating System
no os
Flash frequency
standard settings
PSRAM enabled
no
Upload speed
115200
Description
my program regularly sends big data packets (about 2000 characters long) using udp. this works fine, but every few hours, the esp32 crashes and reboots.
i stripped down the code and found that this happens on sending the udp packet.
i reduced functionality below to just the part that has been isolated and is responsible for the crash.
the sketch below cannot run. it just shows the part of the program that crashes.
the crash happens while executing the function sendToUdp.
Board
ESP32 Dev Module
Device Description
LAN8720 module and TFT controlled over SPI attached
Hardware Configuration
no
Version
latest master (checkout manually)
IDE Name
platformio with arduino
Operating System
no os
Flash frequency
standard settings
PSRAM enabled
no
Upload speed
115200
Description
my program regularly sends big data packets (about 2000 characters long) using udp. this works fine, but every few hours, the esp32 crashes and reboots.
i stripped down the code and found that this happens on sending the udp packet.
i reduced functionality below to just the part that has been isolated and is responsible for the crash.
the sketch below cannot run. it just shows the part of the program that crashes.
the crash happens while executing the function sendToUdp.
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: