Configuring the TWDT
Posted: Mon Apr 24, 2023 6:42 pm
I am using the Espressif IDE.
How do I set/configure the Task watchdog timer?
In the documentation I have found that idf.py menuconfig is a possibility, but how/where do I write this? The Console and the Terminal windows do not accept any input from the keyboard. Do I need to install a tool?
I am writing to an 240x320 TFT display and that triggers the Task watchdog timer (TWDT), hence I would like to be able to reset the timer within the time consuming loop. An example of how to do this is most welcome.
Regards,
Jorgen
How do I set/configure the Task watchdog timer?
In the documentation I have found that idf.py menuconfig is a possibility, but how/where do I write this? The Console and the Terminal windows do not accept any input from the keyboard. Do I need to install a tool?
I am writing to an 240x320 TFT display and that triggers the Task watchdog timer (TWDT), hence I would like to be able to reset the timer within the time consuming loop. An example of how to do this is most welcome.
Regards,
Jorgen