0

I am using STM32F030R8. I have enabled a counter that counts value at fixed interval. I was wondering whether i can save this counter value to eeprom as soon as i switch off the power to the uController. I am using 24C08 i2c eeprom. I can use large bulk capacitor say 1000uF or any suggested value ..

2 Answers2

0

After lots of reading i have finally found that PVD is not supported in STM32F030R8 ... I need to look for another alternative method.

Thanks.

0

If no PDV use ADC in the watchdog mode.

enter image description here

0___________
  • 60,014
  • 4
  • 34
  • 74