-
Notifications
You must be signed in to change notification settings - Fork 13.3k
System reset by watchdog after UDP send, message "mac 662" #1229
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
Make sure you (or libraries which you use) do not disable interrupts for On Wed, Dec 16, 2015, 19:05 mvdbro [email protected] wrote:
|
Thanks for your reply! Some comments on this:
noInterrupts(); So this 70 uSec delay could be an issue? Sending through HTTP client right after reading the sensor has never been a problem.
So it seems specific only to UDP (or just coincidence that when it crashes, it's allways just after the UDP send...) |
Actually this should happen shortly after you return from an |
@mvdbro is this issue still valid with latest git? with PR #3362 ? |
Closing due to lack of feedback and age. |
This issue seems new using core 2.0.0. The sketch sends an UDP broadcast message every 30 seconds and crashes randomly several times a day.
Serial debug shows this message from the core:
mac 662
and then the watchdog kicks in and reboots the ESP.
The sketch does not really much more than this:
Anyone that knows what the mac 662 message is telling me?
(if I disable the UDP send, sketch is stable)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: