Hi, Im using TM4C1294NCPDT MU for my project, in this im using EEPROm to store some data, i dont get any address range of the eeprom, simply im using as
EEPROMRead((uint32_t *)&set, 0x400, sizeof(set));
i need the starting and end address of the eeprom.