AB02 - EEprom Use

Hi All. I am trying to use the code examples to read and write in the EEPROM, but when compile the code, without modifications from examples, I have some error codes.
Someone just used it and could share some code to make this working please ?
I need to store some data one time only, and when in use in the setup read this two bytes as a device address…

I searched AB02 technical specification but EEPROM is not listed…First question is if it is avaliable in this device.

But tried a lot and don´t found the code error.

CubeCell/libraries/EEPROM/EEPROM.cpp:49:2: error: #else after #else
#else
^~~~
/hardware/CubeCell/CubeCell/libraries/EEPROM/EEPROM.cpp:43: error: the conditional began here
#ifdef asr650x

/hardware/CubeCell/CubeCell/libraries/EEPROM/EEPROM.cpp:43: error: unterminated #else
exit status 1
Error compiling for board CubeCell-Board Plus(HTCC-AB02).

Regards and thank you for any support on this subject.

Use the EEPROM library with V1.2.0 tag:

or from asr650x branch:

‘master’ branch seems broken while in transition onto ASR6601 chip. :frowning: