Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
5 years, 4 months ago.
MAX32630FTHR how to use onboard EEPROM?
I noticed the max32630fthr has an onboard eeprom (denoted as U5 in Bill of Materials in the datasheet).
I would like to store some boolean values in it for application configuration purposes (ex. if the RTC has been already set to a date or not... so i could run set_time() on the condition if it was not set before, that way the RTC would not be updated each time i press the reset button).
I can not find any examples how to use read/write values in that eeprom, so i got stuck. Can anyone help me please with an example?