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 am working on TM4C129XNCZAD MCU, I need to implement the EEPROM in my MCU using I2C communication Can anyone Please suggest me some example program related to my thread.
Thanks in advance,
Hi,
TivaWare has example that you can reference as a starting point. See below.
C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c1294xl-boostxl-senshub\humidity_sht21_simple.
There is an I2C app note. See below.
https://www.ti.com/lit/pdf/spma073
This post has some code snippet to interface with an external EEprom which should help.