Page 1 of 1

SAMD21 Mini EEPROM Access

Posted: Thu Apr 20, 2017 12:26 am
by scuba7
I have not been able to find reference on how to use EEPROM with Sparkfun SAMD 21 Mini Breakout.

#include <EEPROM.h> flags as a compiler error.

Obviously that library is unsuitable, but I have been unable to find how to write and read to the EEPROM area of non volatile memory.

Any assistance would be appreciated.

Mike

Re: SAMD21 Mini EEPROM Access

Posted: Thu Oct 19, 2017 7:53 pm
by brendan_alw
The SAMD21 doesnt have a dedicated EEPROM.
However, there is reserved flash memory with an EEPROM emulator which can be accessed and programmed similar to EEPROM.

Have a look at Atmel's application note about this here:
http://www.atmel.com/Images/Atmel-42258 ... T07627.pdf