Please excuse me if this is in the wrong forum, I wasn't sure if this should be here or in Sitara Forum.
Using the AM5728 in a custom design. Currently working on the GP EVM. TI-RTOS.
In the examples for the AM5728EVM GP, I see the following in the .cfg file:
/* Load the I2C package - required by board */
var I2c = xdc.loadPackage('ti.drv.i2c');
I am building my project for the DSP core and will not be using the I2C at all. We will have the ARM running Linux and it will be using the I2C.
If I remove that from my .cfg file I end up a bunch of missing I2C functions when linking.
Is there a way to remove the need for I2C and not make custom library builds?