I am using Tiva C series TM4C1239XL Evaluation board using TI RTOS, I want to know the driver file that I actually have to use.
Because I am finding different driver files at this location C:\ti\tirtos_tivac_2_16_01_14\products\tidrivers_tivac_2_16_01_13\packages\ti\drivers.
For I2C, I can find i2c.c file and i2cTiva.c file.
1. I want to know which driver file I have to use for RTOS program.
2.What is the purpose of these two driver files.