I am looking for a solid I2C example for the TM4C123 as a master as a writer and a reader.
Thanks,
John
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.
I am looking for a solid I2C example for the TM4C123 as a master as a writer and a reader.
Thanks,
John
Hi John,
We have an example for that in C:\ti\TivaWare_C_Series-2.2.0.295\examples\boards\ek-tm4c123gxl-boostxl-senshub\humidity_sht21_simple
There are both I2CReadCommand and I2CWriteCommand functions that should give you what you need.
Best Regards,
Ralph Jacobi
Great stuff again, Ralph. I was almost sure there would be some good code hidden in an application that did not name I2C.