How to check if an efuse has been burnt?
Posted: Wed Dec 06, 2017 3:15 am
I've looked in esp32/include/rom/efuse.h, soc/esp32/include/soc/efuse_reg.h and bootloader_support/src/efuse.c and it isn't immediately obvious how one can determine if an efuse has been burnt.
Is the developer supposed to first check whether the efuse has been read/write protected and then if not either then read the fuse and look for non-zero values or is there an api based way to do this?
Is the developer supposed to first check whether the efuse has been read/write protected and then if not either then read the fuse and look for non-zero values or is there an api based way to do this?