I am trying to use the built in API in order to interface with the board through UART. I cannot compile the code becuase I get the error that the SOC_ModuleID has not been declared. I have tried to compile in sdk ver 1.02 and 2.00 with the same problem in each.
Here is the error message that I am getting.
In file included from /home/parallels/ti/mmwave_sdk_02_00_00_04/packages/ti/control/mmwave/mmwave.h:164:0,
from driver.cpp:13:
/home/parallels/ti/mmwave_sdk_02_00_00_04/packages/ti/drivers/soc/soc.h:347:61: error: ‘SOC_ModuleId’ has not been declared
extern int32_t SOC_setPeripheralClock( SOC_Handle handle, SOC_ModuleId module, SOC_PeripheralClkSource clkSource,
^
/home/parallels/ti/mmwave_sdk_02_00_00_04/packages/ti/drivers/soc/soc.h:348:57: error: ‘SOC_ModuleId’ has not been declared
extern int32_t SOC_initPeripheralRam(SOC_Handle handle, SOC_ModuleId module, int32_t* errCode);