Search found 2 matches

by BlueJay
Fri Apr 14, 2023 8:58 am
Forum: ESP32 Arduino
Topic: How do you create/ write/ read efuses with ESP32 Arduino? Are there any docs?
Replies: 4
Views: 3365

Re: How do you create/ write/ read efuses with ESP32 Arduino? Are there any docs?

Thanks for the reply @lbernstone I should have been more careful in my wording - I do understand what the Efuses are and am familiar with NVS. I'm looking to permanently store a read-only PCB version value for example. When I referred to "creating" them, I meant the process of defining an efuse in t...
by BlueJay
Thu Apr 13, 2023 9:20 pm
Forum: ESP32 Arduino
Topic: How do you create/ write/ read efuses with ESP32 Arduino? Are there any docs?
Replies: 4
Views: 3365

How do you create/ write/ read efuses with ESP32 Arduino? Are there any docs?

I would like to store the PCB revision number in an efuse so that it's unaffected by changes in firmware code. I've read all the documentation regarding efuses (for example https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/efuse.html#structured-efuse-fields ). However,...