ESP32-s3-wroom random reboot: rst:0xc (RTC_SW_CPU_RST)
Posted: Wed Jul 27, 2022 4:44 am
code that was working just fine in ESP32-WROOM
is not working 100% correctly in ESP32-S3-WROOM
IDF 4.4
logging via USB/JTAG
randomly get a restart:
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40375b28
0x40375b28: esp_restart_noos at C:/Users/mitchjs/esp-v44x/esp-idf/components/esp_system/port/soc/esp32s3/system_internal.c:143 (discriminator 1)
area of code works most of the time, then sometimes the restart
(it happens way too much)
any ideas?
mitch
is not working 100% correctly in ESP32-S3-WROOM
IDF 4.4
logging via USB/JTAG
randomly get a restart:
ESP-ROM:esp32s3-20210327
Build:Mar 27 2021
rst:0xc (RTC_SW_CPU_RST),boot:0xa (SPI_FAST_FLASH_BOOT)
Saved PC:0x40375b28
0x40375b28: esp_restart_noos at C:/Users/mitchjs/esp-v44x/esp-idf/components/esp_system/port/soc/esp32s3/system_internal.c:143 (discriminator 1)
area of code works most of the time, then sometimes the restart
(it happens way too much)
any ideas?
mitch