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.

CCS/CC1310: unresolved symbol issue for 4*4 rsm package

Part Number: CC1310

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

 

  • Lately I have the impression that it's easier to keep the CC1310_LAUNCHXL.* files and just modify the board.h file. For the resources you don't have (including the DIOs you don't have on a 4x4), use PIN_UNASSIGNED.

    Have you done other changes to the code than changing the board file since you get an error on GPIOCC26XX_config?

    If you are able to, consider to upgrade to the newest SDK since the version you are working on is from last year.