Other Parts Discussed in Thread: HALCOGEN
I am attempting to confirm that the F021 driver automatically does wear leveling for the Emulated EEPROM on the MCU.
For example, I'm trying to write 200 bytes of data, but want it to be wear leveled over all 64kB of EEPROM. 64,000/200 = 320. Therefore, with 100k write/erase cycles, I should get 320*100k = 32 million w/e cycles for the 200 bytes of data. Is this all taken care of with the F021 driver? Is there anything special I need to do in Halcogen to make sure it uses all four flash sectors?
Thanks,
Ryan