We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi
How to initialize the specific I2C instance i mean how can i initialize I2C0 or I2C2??
Curretly i'm working on TM4C1294XL trying I2C using sensor Si7021 but getting error undefined symbol "Driver_I2C0"
Please help me.
There are freely available examples of drivers for I2C and UART available using the Keil Pack Installer. You can launch this tool from the Keil IDE (Project > Manage > Pack Installer). I've explained how to find relevant examples.
Sir actually I have visited already there but in pack installer I didn't found any uart or i2c RTX5 example rather there I found only examples like ledblink thats it!.
So finally I downloaded the "Tiva C Firmware development Package" and there I found "uart.c" driver file now I'm writing RTX5 uart driver by referring to that "Tiva C Firmware development Package".