Debugging TG1WDT_SYS_RESET

sumesh
Posts: 16
Joined: Fri Dec 22, 2017 12:11 am

Debugging TG1WDT_SYS_RESET

Postby sumesh » Thu Jul 12, 2018 11:12 pm

Does the 0x8 (TG1WDT_SYS_RESET) , boot: 0x13( SPI_FAST_FLASH_BOOT)

indicates a specific type of event that transpired and it caused the reboot?

I am facing the same issue.

sumesh
Posts: 16
Joined: Fri Dec 22, 2017 12:11 am

Re: What is "ets Jun 8 2016 00:22:57"

Postby sumesh » Thu Jul 12, 2018 11:13 pm

Attaching the crashing log
Attachments
crash.png
crash.png (30.24 KiB) Viewed 24951 times

ESP_Sprite
Posts: 8921
Joined: Thu Nov 26, 2015 4:08 am

Re: What is "ets Jun 8 2016 00:22:57"

Postby ESP_Sprite » Sat Jul 14, 2018 3:07 pm

Literally what it says somewhat below: the watchdog timer reset the CPU. Given where your program stops executing: are you sure your hardware has a good enough power supply?

mobhuyan
Posts: 3
Joined: Wed Jul 04, 2018 5:09 am

Re: What is "ets Jun 8 2016 00:22:57"

Postby mobhuyan » Wed Jul 18, 2018 7:21 am

I will continue on this thread to discuss my TG1WDT_SYS_RESET issue given that someone has joined with the same problem.

I have now moved on from using Mongoose OS and using ESP-ID as my layer.

When happens / Observation:

I will leave the system on overnight (with a console open showing logs from ESP32 Things Board) and will find a reset.

Tasks running:

1. A LED blink loop
2. xSemaphoreTake waiting with max delay (nothing will feed the semaphore overnight)

Also, event loop to reconnect WiFi

My understanding so far:

Reading through the other forum posts regarding this reset my understanding is that it is Interrupt watchdog (Timer Group 1)

"The interrupt watchdog makes sure the FreeRTOS task switching interrupt isn’t blocked for a long time"

As mentioned in:
https://esp-idf.readthedocs.io/en/lates ... /wdts.html

Hence I mentioned the tasks.

What I have done:

I have now enabled GBD stub on the panic handler.

Now let's see what happens ....

@ESP_Sprite: Given that my understanding is the reset is by Interrupt watchdog, I am curious why you suggested looking at power.

ESP_Angus
Posts: 2344
Joined: Sun May 08, 2016 4:11 am

Re: Debugging TG1WDT_SYS_RESET

Postby ESP_Angus » Thu Jul 19, 2018 3:26 am

I've split this discussion to a new thread to make it easier to find.

What version of ESP-IDF are you each using? For WiFi stack, a bug causing interrupt WDT resets was recently fixed.

If you have any sample code you can please post, this may help narrow it down.

ESP_Sprite
Posts: 8921
Joined: Thu Nov 26, 2015 4:08 am

Re: Debugging TG1WDT_SYS_RESET

Postby ESP_Sprite » Thu Jul 19, 2018 3:28 am

@mobhuyan: I'm saying it because from experience, a bad power supply can lead to lots of unexpected weirdnesses in the startup procedure (where sumesh's problem was) and is very easy to check (just use a different USB cable and a powered hub, or an external power supply or something). It stops people from chasing a red herring later.

mobhuyan
Posts: 3
Joined: Wed Jul 04, 2018 5:09 am

Re: Debugging TG1WDT_SYS_RESET

Postby mobhuyan » Thu Jul 19, 2018 4:39 am

@ESP_Angus

$ git describe
v3.2-dev-141-ga3c43251


Does that mean I have the Wifi fixes you are referring to?

Alirezainallo
Posts: 1
Joined: Sun Feb 12, 2023 11:38 am

Re: What is "ets Jun 8 2016 00:22:57"

Postby Alirezainallo » Sun Feb 12, 2023 11:42 am

sumesh wrote:
Thu Jul 12, 2018 11:13 pm
Attaching the crashing log
Hi, I'm sorry, did you manage to solve the TG1WDT_SYS_RESET problem?
Is it possible to guide me?

crgarcia
Posts: 9
Joined: Wed Sep 09, 2020 9:52 pm

Re: Debugging TG1WDT_SYS_RESET

Postby crgarcia » Mon May 01, 2023 11:31 am

I had this issue, and in my case was that I was setting GPIO 8 as a Digital Input.

Who is online

Users browsing this forum: No registered users and 111 guests