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.
Tool/software: Code Composer Studio
i want to add i2c module in ti_drivers_config.h
Even if I keep editing, it doesn't apply
ti_drivers_config.h is a generated file. ti_devices_config.c, ti_drivers_config.c and ti_drivers_config.h are generated by a tool called SysConfig. If you edit the file it will just get regenerated the next time you build.
There is more information on SysConfig in SimpleLink Academy here:
If you want to add i2c then double-click on the .syscfg file that is in your project. You can then select I2C under TI DRIVERS on the left and add this to your configuration.
Regards,
John