Search found 1 match

by Donatello
Wed Aug 11, 2021 2:58 pm
Forum: ESP32 Arduino
Topic: Store the data in EEPROM before or during the brownout detector
Replies: 0
Views: 2595

Store the data in EEPROM before or during the brownout detector

Dear all, I have some data that needs to be store in internal EEPROM during a voltage drop. In other microcontrollers (for example in PIC/dsPIC) it is possible store date through an interrupt that is activated when the voltage level drops below a threshold. In ESP32 I read that the brownout detector...