Do eFuse registers have default values?
Posted: 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
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