Reading Efuse Block 1
Posted: Fri Jun 07, 2019 8:13 am
Hi,
Is it possible to read the value of flash enc key from efuse block using following api:
esp_efuse_read_block(EFUSE_BLK1,enc_key_256,0x0000, 256);
Currently I am getting all values as zero , since read protect is enable. Is there a way to disable it?
Thanks,
Dhiraj
Is it possible to read the value of flash enc key from efuse block using following api:
esp_efuse_read_block(EFUSE_BLK1,enc_key_256,0x0000, 256);
Currently I am getting all values as zero , since read protect is enable. Is there a way to disable it?
Thanks,
Dhiraj