Hey,
I am using a RM46L852 for a Battery Management System. In order to calculate the state of charge of the battery I need to store the integrated value of the battery current. This has to be updated every 500ms and needs to be stored even if the system is powered off.
I currently use the EEPROM emulation with the F021 API. But as I have to do erase/write operations every 500ms I will soon reach the maximum erase/write cycles of the flash memory. What would be the best method to save the data?
Thanks in advance,
Timm