mirror of
https://github.com/espressif/esp-idf.git
synced 2025-09-23 09:13:11 +00:00
efuse: Fix len of SOFT_DIS_JTAG for esp32c3 and esp32h2
This commit is contained in:
@@ -56,7 +56,7 @@
|
||||
ag and pad_to_jtag through strapping gpio10 when b
|
||||
oth reg_dis_usb_jtag and reg_dis_pad_jtag are equa
|
||||
l to 0.
|
||||
SOFT_DIS_JTAG (BLOCK0) Software disables JTAG. When software disabled, JT = 0 R/W (0b00)
|
||||
SOFT_DIS_JTAG (BLOCK0) Software disables JTAG. When software disabled, JT = 0 R/W (0b000)
|
||||
AG can be activated temporarily by HMAC peripheral
|
||||
DIS_PAD_JTAG (BLOCK0) Permanently disable JTAG access via pads. USB JTAG = False R/W (0b0)
|
||||
is controlled separately.
|
||||
|
@@ -68,7 +68,7 @@
|
||||
BLOCK2_VERSION (BLOCK2) Version of BLOCK2 = With calibration R/W (0b001)
|
||||
|
||||
Security fuses:
|
||||
SOFT_DIS_JTAG (BLOCK0) Software disables JTAG. When software disabled, JT = False R/W (0b0)
|
||||
SOFT_DIS_JTAG (BLOCK0) Software disables JTAG. When software disabled, JT = False R/W (0b000)
|
||||
AG can be activated temporarily by HMAC peripheral
|
||||
HARD_DIS_JTAG (BLOCK0) Hardware disables JTAG permanently = False R/W (0b0)
|
||||
DIS_DOWNLOAD_MANUAL_ENCRYPT (BLOCK0) Disables flash encryption when in download boot mo = False R/W (0b0)
|
||||
|
Reference in New Issue
Block a user