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 ..
Asked
Active
Viewed 322 times
0
-
Search for PVD in your Reference manual – 0___________ Jul 07 '20 at 07:46
-
Great help for pointing me out. This will do the work but i am not able to call functions from the releted c files. I did try to import the header file but in vain... Any more guidance please ? – Nimit Vachhani Jul 08 '20 at 05:51
2 Answers
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.

Nimit Vachhani
- 65
- 11