This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Using TM4C1294XLUndefined symbol "Driver_I2C0"

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.

Parents Reply Children
  • 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".