-
Notifications
You must be signed in to change notification settings - Fork 80
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
hint about stack space #147
Comments
Just starting the training and I found I needed to increase the system event task's stack size to get any the
I added this line to
It took me a while to piece this together so some hints for new users in the training materials themselves would be helpful for the next person struggling with this issue. |
Which devkit were you using? |
@SergioGasquez I apologize I'm not sure how to answer your question , but here are the contents of the config files that hopefully include the info you're looking for:
This setup is working for me as of a few days ago so I'll be continuing through the training materials soon. |
I see you are using an ESP32, do you know the name of the development board that you are using? |
Yes! It is a FireBeetle 2 from DFRobot. |
I suggest adding a hint somewhere in the book that in this environment, threads have very limited stack space. So you may often encounter stack overflow problems. The stack size can be specified in this way:
The text was updated successfully, but these errors were encountered: