Hi,
Can anyone please help, how to implement the program for i2C communication using Interrupt Handler for master device in TM4C129XNCZAD MCU.
Thanks in advance.
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,
Can anyone please help, how to implement the program for i2C communication using Interrupt Handler for master device in TM4C129XNCZAD MCU.
Thanks in advance.
Hi,
Please refer to the I2C app note where you can find several software example projects. The examples demonstrates I2C using interrupt mode. You can start with the ektm4c129_i2c_master_cpu_nonfifo example.