This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi
I need an exmple code in c that will enable me to read or write data to eeprom. I'm developing board base on LM4F232 stellaris chip
Thanks
shmuel
Hi,
I think the best way to attack this problem is to download first and read the errata sheet. If your needs does not contradict the errata sheet then proceed further. A good source of info and a bundle of routine to read/write to EEPROM are contained in the files driverlib/eeprom.c and eprom.h.
Petrei