I have a TM4C processor and I have been able to link in the SYS BIOS RTOS and use various peripherals. Now I want to use I2C. I looked at a TM4C123 example and copied the params_init and open routines. It compiles but won't link. It can't find the params_init and open routines.
I looked throughout the app.cfg file to find how to enable I2C but it says the drivers are always included.
In the documentation TI RTOS documentation (PDF) it says to put TIRTOS.useI2C = true; in the cfg file. If I do that, I get compile error because it does not kniow what TIRTOS is.
How do I get I2C include with the TI RTOS?
Thanks