Part Number: MSP430FR6989
In Flash memory wear-leveling technique is used to minimlize erase cycles. I want to minimalize erase cycles using FRAM. My idea is to write data to consecutive cells as long as there are any. In case i filled entire memory, i start from the beginning. Is that a good idea or i have to implement something else?