-
Notifications
You must be signed in to change notification settings - Fork 6
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
Stack canary watchpoint triggered (tempTask) #17
Comments
To experiment I commented out the section in the task to read the temps. I'm using
|
Stack canary watchpoint triggered means that the stack size set to your task temp task is too smal |
Sorry, I forgot to mention that I had increased the stack size:
But maybe I need to go even higher, I'll try again later and report back |
Try to make use of uxTaskGetStackHighWaterMark to monitor the stack size of your tasks |
OK, thanks, that's a new command I haven't see yet, thanks for pointing it out. I'm just running your default example for now and trying to get it to work. I did adjust the stack size all the way up to 10K but it would still crash. What doesn't make sense to me is that the crashes happen when I comment out the temp readings:
|
Note that I am not the author of the library, @junkfix is ;-) I happen to use it :-) |
I have a ESP32-S3 board and I'm using Arduino IDE 2.3.2 but right now I have core 2.0.17 installed.
I installed your 1.0.7 version of the code and tried to run the example and when I do I see:
And if I decode the trace I get:
The text was updated successfully, but these errors were encountered: