Do eFuse registers have default values?

glmassey777
Posts: 3
Joined: Mon Oct 24, 2022 2:18 pm

Do eFuse registers have default values?

Postby glmassey777 » Mon Oct 24, 2022 4:47 pm

I am trying to figure out how to boot the ESP32-S3-WROOM-1 to download mode mode from USB JTAG and have read in the documentation that boot behavior is also controlled by the eFuse registers, in particular the following: EFUSE_DIS_USB_JTAG, EFUSE_DIS_PAD_JTAG, and EFUSE_STRAP_JTAG_SEL. However, I don't know if I need to set those values using the eFuse peripheral or if they have default values which will allow me to boot to download mode setting the USB JTAG as the boot source.

I could not find default values for eFuse in the reference manual, but I might have missed it.

Are the default values known and if so what are they for the following registers?
EFUSE_DIS_USB_JTAG, EFUSE_DIS_PAD_JTAG, and EFUSE_STRAP_JTAG_SEL

Can I assume that if the following strapping pins are set as follows the device will boot to JTAG USB?
GPIO0 = 0
GPIO46 = 0
GPIO3 = 1

Thank you in advance

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

Re: Do eFuse registers have default values?

Postby ESP_Sprite » Tue Oct 25, 2022 2:03 am

Normally, eFuses are always 0 as you can only make it 1 by blowing them, but once they're blown you can never revert them to 0.

From the factory, the S3 will by default have the USB-jtag-serial device active. (But do note that an application can swap that for the DWC-USB device for the runtime of that application, e.g. if it uses TinyUSB. But given the default fuses, resetting to bootloader will always show the USB-serial-JTAG device again.)

glmassey777
Posts: 3
Joined: Mon Oct 24, 2022 2:18 pm

Re: Do eFuse registers have default values?

Postby glmassey777 » Tue Oct 25, 2022 3:46 am

Thank you for the reply. That makes sense. If the default configuration configures enables booting to USB JTAG, then what is the reason to have the gpio3 strapping pin?

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

Re: Do eFuse registers have default values?

Postby ESP_Sprite » Wed Oct 26, 2022 2:03 am

That GPIO is indeed only relevant if EFUSE_STRAP_JTAG_SEL is blown.

glmassey777
Posts: 3
Joined: Mon Oct 24, 2022 2:18 pm

Re: Do eFuse registers have default values?

Postby glmassey777 » Wed Oct 26, 2022 4:35 am

That makes sense. Thank you.

Who is online

Users browsing this forum: Bing [Bot] and 115 guests