This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TM4C123GH6PM: EEPROM

Part Number: TM4C123GH6PM

I noticed from the datasheet that the integrated EEPROM of TM4C123GH6PM has the feature of:

  • Endurance of 500K writes (when writing at fixed offset in every alternate page in circular fashion) to 15M operations (when cycling through two pages) per each 2-page block.

Do I need to limit the number of writing to EEPROM in my firmware development because of the above consideration, or it is unnecessary to care about it at all?