-
Notifications
You must be signed in to change notification settings - Fork 1
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
ESP32 example has a stack overflow #25
Comments
Hi @txf- , |
I also have problems trying to run the example on the ESP32. I think it is in a boot loop, since on the serial monitor the following message is repeated:
When I run
Any ideas to find the root cause of the error? Thanks! |
You are right, your esp doesn't seem to boot. |
if you're running the examples as-is I would assume you're getting the same problems as I am, a stack overflow in loop(). I still haven't determined how to resolve the issues after that |
The ESP32 example of the getting started project has a stack overflow of the loop() task with the default stack size of 8192.
I changed it to in sdkconfig 12000 and it did not overflow. I don't know what the high water mark is for that task, but even so I'm surprised that the default stack size isn't sufficient.
I can't yet confirm that the example is working fully and running, as
pyluos-shell --baudrate 115200
does not seem to detect the deviceThe text was updated successfully, but these errors were encountered: