Skip to content

Commit

Permalink
update readme.md - write cycles
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Oct 17, 2023
1 parent 558e040 commit 420d5ae
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ Another important feature FRAM has in common with EEPROM is that FRAM keeps
its content after a reboot as it is non-volatile, even for years.
That makes it ideal to store configuration or logging data in a project.

Last but not least FRAM allows much more write cycles than any EEPROM.
Typical FRAM allows 10^12 write cycless (see datasheet) where an ATMEGA328 (UNO)
supports 10^5 write cycles (https://docs.arduino.cc/learn/built-in-libraries/eeprom). That is a factor of 10 million more write cycles.


#### Fujitsu

Expand Down

0 comments on commit 420d5ae

Please sign in to comment.