I think its the problem with "limbo state".
viewtopic.php?t=27736
https://github.com/esp8266/Arduino/issu ... -873684757
https://www.youtube.com/watch?v=cKDv0aN67BY
ESP32C3 forever loop at boot
-
- Posts: 1
- Joined: Wed Sep 07, 2022 3:41 pm
Re: ESP32C3 forever loop at boot
I have the same situation, the chip esp32-c3 freeze at unnown state, when power is stabilizing after some glitches:
And exit from this state only by hardware reset or power restart.
Dear Espressif engineer, if the problem really exists and the chip doesn't work at good power after some issues, maybe you can correct it in your bootloader firmware level?
It is not normal that some condition exists, when the chip stops working at all, even when power is excellent. The chip must work well when power is good and doesn't work when power is bad.
In my opinion the simplest solution for such situation is to make a software watchdog in esp32 bootloader. It should reset the chip after some times of repeating the or another repeating message.
For you this is a simple task, which can noticeably improve stability and significantly reduce the number of failures of your chips.
Maybe you can give the source code of this bootloader and describe the way to download it?
I am sure the community will be very appreciative of such possibility.
Code: Select all
rst:0x3 (RTC_SW_SYS_RST),boot:0x0 (USB_BOOT)
Saved PC:0x40048b82
Invalid mode for secure boot download
ESP-ROM:esp32c3-api1-20210207
Build:Feb 7 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0x0 (USB_BOOT)
Saved PC:0x40048b82
Invalid mode for secure boot download
ESP-ROM:esp32c3-api1-20210207
Build:Feb 7 2021
rst:0x3 (RTC_SW_SYS_RST),boot:0x0 (USB_BOOT)
Saved PC:0x40048b82
Invalid mode for secure boot download
ESP-ROM:esp32c3-api1-20210207
Dear Espressif engineer, if the problem really exists and the chip doesn't work at good power after some issues, maybe you can correct it in your bootloader firmware level?
It is not normal that some condition exists, when the chip stops working at all, even when power is excellent. The chip must work well when power is good and doesn't work when power is bad.
In my opinion the simplest solution for such situation is to make a software watchdog in esp32 bootloader. It should reset the chip after some times of repeating the
Code: Select all
rst:0x3 (RTC_SW_SYS_RST),boot:0x0 (USB_BOOT)
For you this is a simple task, which can noticeably improve stability and significantly reduce the number of failures of your chips.
Maybe you can give the source code of this bootloader and describe the way to download it?
I am sure the community will be very appreciative of such possibility.
Who is online
Users browsing this forum: Bing [Bot] and 138 guests