Skip to content

Commit b3d4e15

Browse files
KonstantinKondrashovradimkarnis
authored andcommitted
feat(espfuse): Add eFuse flash fields for ESP32-C2/ESP8684H
1 parent 5d747d8 commit b3d4e15

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

espefuse/efuse_defs/esp32c2.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VER_NO: 897499b0349a608b895d467abbcf006b
1+
VER_NO: 58a0463c13130569739af12cde638a4a
22
EFUSES:
33
WR_DIS : {show: y, blk : 0, word: 0, pos : 0, len : 8, start : 0, type : 'uint:8', wr_dis: null, rd_dis: null, alt : '', dict : '', desc: Disable programming of individual eFuses, rloc: 'EFUSE_RD_WR_DIS_REG[7:0]', bloc: B0}
44
RESERVED_0_8 : {show: n, blk : 0, word: 0, pos : 8, len : 24, start : 8, type : 'uint:24', wr_dis: null, rd_dis: null, alt : '', dict : '', desc: '', rloc: 'EFUSE_RD_WR_DIS_REG[31:8]', bloc: 'B1,B2,B3'}
@@ -49,5 +49,8 @@ EFUSES:
4949
RESERVED_2_171 : {show: n, blk : 2, word: 5, pos: 11, len : 21, start: 171, type : 'uint:21', wr_dis : 6, rd_dis: null, alt : '', dict : '', desc: reserved, rloc: 'EFUSE_RD_BLK2_DATA5_REG[31:11]', bloc: 'B21[7:3],B22,B23'}
5050
ADC_CALIBRATION_3 : {show: y, blk : 2, word: 6, pos : 0, len : 11, start: 192, type : 'uint:11', wr_dis : 6, rd_dis: null, alt : '', dict : '', desc: 'Store the bit [86:96] of ADC calibration data', rloc: 'EFUSE_RD_BLK2_DATA6_REG[10:0]', bloc: 'B24,B25[2:0]'}
5151
BLK2_RESERVED_DATA_0 : {show: n, blk : 2, word: 6, pos: 11, len : 21, start: 203, type : 'uint:21', wr_dis : 6, rd_dis: null, alt : '', dict : '', desc: 'Store the bit [0:20] of block2 reserved data', rloc: 'EFUSE_RD_BLK2_DATA6_REG[31:11]', bloc: 'B25[7:3],B26,B27'}
52-
BLK2_RESERVED_DATA_1 : {show: n, blk : 2, word: 7, pos : 0, len : 32, start: 224, type : 'uint:32', wr_dis : 6, rd_dis: null, alt : '', dict : '', desc: 'Store the bit [21:52] of block2 reserved data', rloc: EFUSE_RD_BLK2_DATA7_REG, bloc: 'B28,B29,B30,B31'}
52+
RESERVED_2_224 : {show: n, blk : 2, word: 7, pos : 0, len : 24, start: 224, type : 'uint:24', wr_dis : 6, rd_dis: null, alt : '', dict : '', desc: reserved, rloc: 'EFUSE_RD_BLK2_DATA7_REG[23:0]', bloc: 'B28,B29,B30'}
53+
FLASH_VENDOR : {show: y, blk : 2, word: 7, pos: 24, len : 3, start: 248, type : 'uint:3', wr_dis : 6, rd_dis: null, alt : '', dict : '', desc: Flash vendor, rloc: 'EFUSE_RD_BLK2_DATA7_REG[26:24]', bloc: 'B31[2:0]'}
54+
FLASH_TEMP : {show: y, blk : 2, word: 7, pos: 27, len : 2, start: 251, type : 'uint:2', wr_dis : 6, rd_dis: null, alt : '', dict : '', desc: Flash temperature rating, rloc: 'EFUSE_RD_BLK2_DATA7_REG[28:27]', bloc: 'B31[4:3]'}
55+
FLASH_CAP : {show: y, blk : 2, word: 7, pos: 29, len : 3, start: 253, type : 'uint:3', wr_dis : 6, rd_dis: null, alt : '', dict : '', desc: Flash capacity, rloc: 'EFUSE_RD_BLK2_DATA7_REG[31:29]', bloc: 'B31[7:5]'}
5356
BLOCK_KEY0 : {show: y, blk : 3, word: 0, pos : 0, len: 256, start : 0, type: 'bytes:32', wr_dis : 7, rd_dis : 0 1, alt : KEY0, dict : '', desc: BLOCK_KEY0 - 256-bits. 256-bit key of Flash Encryption, rloc: EFUSE_RD_BLK3_DATA0_REG, bloc: 'B0,B1,B2,B3,B4,B5,B6,B7,B8,B9,B10,B11,B12,B13,B14,B15,B16,B17,B18,B19,B20,B21,B22,B23,B24,B25,B26,B27,B28,B29,B30,B31'}

0 commit comments

Comments
 (0)