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.

TDA2EG: how to compile "i2c_utility" example for TDA2EX?

Part Number: TDA2EG

Hi

   I am try to test the I2C example "pdk_01_08_00_16\packages\ti\drv\bsp_lld\i2c\examples\i2c_utility".

   When i use the "gmake" command, i found that all the src files are compiled as "-DSOC_TDA2XX" by default.

   I want to compile it for TDA2EX soc, so i use the "gmake BOARD=tda2ex-evm SOC=tda2ex" command, and the compiling option has changed to "-DSOC_TDA2EX" from "-DSOC_TDA2XX".

   But after i run the example, the logs tell me that the src files were still compiled as TDA2XX, not the TDA2EX. So, please tell me how to compile it as TDA2EX?

Thanks

xuanbo