Writable memory with permanent data

Hello everyone, I would like to start a new project that involves saving data permanently (not just in RAM, but rather in something like a FLASH) with an almost infinite number of rewrite cycles.

Generally, FLASH memory guarantees up to 100,000 rewrite cycles.

The reference size for my project is around 32Kb.

Do you have any memory recommendations suitable for this purpose?

use FRAM modules like Adafruit I2C Non-Volatile FRAM Breakout - 256Kbit / 32KByte : ID 1895 : $9.95 : Adafruit Industries, Unique & fun DIY electronics and kits

as they say

Each byte can be read/written 10,000,000,000,000 times so you don't have to worry too much about wear leveling

(I moved your post into the project guidance category as it seems more appropriate)

Thank you for the suggestion!
I was not familiar with this kind of ferroelectric technology.
I will definitely consider it.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.