When using esp_task_wdt_reset(); i get this error E (10307) task_wdt: esp_task_wdt_reset(705): task not found #11202
MichalisChachalios
started this conversation in
Question - Community Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am using rtos with the esp32-s3 , these are two pieces of the code as they used to be, and worked good:
Code of a Task ->
Part of the setup ->
Then I updated the platform in the PlatformIO in the .ini file
and then i had to make some changes in the setup :
Since the update when i don't uncomment the esp_task_wdt_reset(); in the bluetoothtask I get this error:
So there are two problems that the esp_task_wdt_reset() doesn't work any more, and that I get this error.
BTW i used the esp_task_wdt_init and esp_task_wdt_reset because i had some random freezes in the program, if you have any other ways to solve these issues ?
Beta Was this translation helpful? Give feedback.
All reactions