ChibiOS-Contrib/testhal/KINETIS/TEENSY3_x/EEPROM_EMU
Fabio Utzig f392dfa223 Add version tags
Signed-off-by: Fabio Utzig <utzig@apache.org>
2017-10-09 10:12:59 -03:00
..
Makefile [KINETIS] Mass update Makefile (license & asm changes). 2016-04-24 17:12:49 +01:00
Makefile.3_0 [KINETIS] Mass update Makefile (license & asm changes). 2016-04-24 17:12:49 +01:00
README.md [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00:00
chconf.h Add version tags 2017-10-09 10:12:59 -03:00
eeprom.c [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00:00
eeprom.h [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00:00
halconf.h [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00:00
main.c [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00:00
mcuconf.h [KINETIS] Add new testhal demos (KL27Z,Teensies,MCHCK). 2016-03-22 18:43:20 +00:00

README.md

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.