How to solve the problem of ICACHE being disabled in EFUSE of ESP32-C3?

Eltrion
Posts: 17
Joined: Wed May 17, 2023 12:07 pm

How to solve the problem of ICACHE being disabled in EFUSE of ESP32-C3?

Postby Eltrion » Fri May 22, 2026 10:33 am

I accidentally enabled EFUSE_DIS_ICACHE in the efuse of ESP32-C3, and now the program keeps rebooting. Is there any solution? Also, does the USB Serial module of ESP32-C3 have an efuse bit to disable the function where operating the RTS pin causes the ESP32-C3 to reset?

Code: Select all

ESP-ROM:esp32c3-api1-20210207
Build:Feb  7 2021
rst:0x1 (POWERON),boot:0xc (SPI_FAST_FLASH_BOOT)
ESP-ROM:esp32c3-api1-20210207
Build:Feb  7 2021
rst:0x7 (TG0WDT_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
Saved PC:0x40050f50
--- 0x40050f50: Cache_Travel_Tag_Memory in ROM
ESP-ROM:esp32c3-api1-20210207
Build:Feb  7 2021
rst:0x7 (TG0WDT_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
Saved PC:0x40050f4e
--- 0x40050f4e: Cache_Travel_Tag_Memory in ROM
ESP-ROM:esp32c3-api1-20210207
Build:Feb  7 2021
rst:0x10 (RTCWDT_RTC_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
ESP-ROM:esp32c3-api1-20210207
Build:Feb  7 2021
rst:0x7 (TG0WDT_SYS_RST),boot:0xc (SPI_FAST_FLASH_BOOT)
Saved PC:0x40050f52

Sprite
Espressif staff
Espressif staff
Posts: 10617
Joined: Thu Nov 26, 2015 4:08 am

Re: How to solve the problem of ICACHE being disabled in EFUSE of ESP32-C3?

Postby Sprite » Sun May 24, 2026 7:52 am

Nope, I think that was mostly a chicken bit and there isn't any software support for chips with that fuse being blown. Time to rework the board and put a new ESP32-C3 on it I'm afraid. On the C3 I don't think there's a way to disable the RTS/DTR reset; on later chips firmware can toggle a bit to disable it.

Eltrion
Posts: 17
Joined: Wed May 17, 2023 12:07 pm

Re: How to solve the problem of ICACHE being disabled in EFUSE of ESP32-C3?

Postby Eltrion » Mon May 25, 2026 12:28 am

Which models are referred to by subsequent chips? I know that ESP32-S2 and ESP32-S3 support standard USB functionality, but their packages are too large. I want a chip with a small package that supports USB Serial virtual COM port.

Sprite
Espressif staff
Espressif staff
Posts: 10617
Joined: Thu Nov 26, 2015 4:08 am

Re: How to solve the problem of ICACHE being disabled in EFUSE of ESP32-C3?

Postby Sprite » Mon May 25, 2026 8:06 am

I'm gonna say from the C6 on (so the C5, C6, C61, H2, P4, but be sure check the TRM to see if the register bits are there). Bit is the USB_SERIAL_JTAG_USB_UART_CHIP_RST_DIS bit (make sure to set the update bit as well).

Who is online

Users browsing this forum: trendictionbot and 3 guests