aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/KINETIS/TEENSY3_x/EEPROM_EMU/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/KINETIS/TEENSY3_x/EEPROM_EMU/README.md')
-rw-r--r--testhal/KINETIS/TEENSY3_x/EEPROM_EMU/README.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/testhal/KINETIS/TEENSY3_x/EEPROM_EMU/README.md b/testhal/KINETIS/TEENSY3_x/EEPROM_EMU/README.md
new file mode 100644
index 0000000..7f01bac
--- /dev/null
+++ b/testhal/KINETIS/TEENSY3_x/EEPROM_EMU/README.md
@@ -0,0 +1,8 @@
+# Teensy 3.0 EEPROM via FlexRAM example
+
+FlexRAM, which is present on K20x MCUs, is configured to EEPROM mode, so it behaves like EEPROM. The maximum available size is 2K, but explicitly using a smaller chunk enables wear-levelling and increases write endurance.
+
+
+## Credits
+
+Most of the actual EEPROM code is from [PJRC/Teensyduino](https://www.pjrc.com/teensy/teensyduino.html). \ No newline at end of file