Tool/software: Code Composer Studio
I am trying to adapt my code (which is working fine on C1310 launchpad ) for 4*4 RSM package, according to some verified answers in the forum it should be working by just replacing CC1310_LAUNCHXL.* with CC1310DK_4XD.* (as well as board.h). This is working if I am not using UART , when I try to use UART I get build error regarding unresolved symbols as follows :
" unresolved symbol GPIOCC26XX_config, first referenced in C:/ti/simplelink_cc13x0_sdk_1_50_00_08/source/ti/drivers/lib/drivers_cc13x0.aem3<GPIOCC26XX.oem3>
unresolved symbol UART_count, first referenced in C:/ti/simplelink_cc13x0_sdk_1_50_00_08/source/ti/drivers/lib/drivers_cc13x0.aem3<UART.oem3> "
I was wondering what am I missing here! do I need to change some compiler/builder settings ?
Thanks in advance