2020-10-27 09:43 PM
I want to access the eeprom information and later to store some information for my project.
Information such as ip address, mac address, node id etc. X-NUCLEO-S2915A1 board is connected to Nucleo-L152RE board for my project. Hope someone can share their knowledge on this.
2020-10-28 06:46 PM
Please refer to S2-LP DK (currently the latest version 1.3.2), S2LP_AUX_EEPROM.c for functions such as EepromRead(), EepromWrite().
In the CLI project, commands EepromStatus, EepromReadPage, EepromWritePage are implemented as hidden commands.