Other Parts Discussed in Thread: SYSBIOS
I'm trying to build the examples in uia_xxx\packages\ti\uia\examples\tutorial1 for TMDSEVM6670LE and get the same UIAMetaData.xs error described here:
http://e2e.ti.com/support/embedded/tirtos/f/355/p/296509/1034678.aspx
I understand that BIOS.getCpuFrequency has been replaced with BIOS_getCpuFreq, but since the error isn't in my source code, what is the solution? Hand-edit UIAMetaData.xs? Is there a combination of Bios and UIA versions that resolve this usage?
CCS 6.0.0, bios_6_33_06_50, uia_1_03_01_08
Also tried:
CCS 6.0.0, bios_6_40_01_15, uia_1_04_00_06
Thanks.