mirror of
https://github.com/espressif/esp-idf.git
synced 2026-05-19 23:45:28 +02:00
efuse/flash encryption: Reduce FLASH_CRYPT_CNT to a 7 bit efuse field
8th bit is not used by hardware. As reported https://esp32.com/viewtopic.php?f=2&t=7800&p=40895#p40894
This commit is contained in:
committed by
Angus Gratton
parent
005c5196e9
commit
4b4cd7fb51
@@ -184,7 +184,7 @@ How add a new field
|
||||
5 RD_DIS_BLK1 EFUSE_BLK0 16 1
|
||||
6 RD_DIS_BLK2 EFUSE_BLK0 17 1
|
||||
7 RD_DIS_BLK3 EFUSE_BLK0 18 1
|
||||
8 FLASH_CRYPT_CNT EFUSE_BLK0 20 8
|
||||
8 FLASH_CRYPT_CNT EFUSE_BLK0 20 7
|
||||
9 MAC_FACTORY EFUSE_BLK0 32 8
|
||||
10 MAC_FACTORY EFUSE_BLK0 40 8
|
||||
11 MAC_FACTORY EFUSE_BLK0 48 8
|
||||
@@ -334,4 +334,4 @@ To get a dump for all eFuse registers.
|
||||
00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000
|
||||
|
||||
|
||||
.. include:: /_build/inc/esp_efuse.inc
|
||||
.. include:: /_build/inc/esp_efuse.inc
|
||||
|
||||
Reference in New Issue
Block a user