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.

TIDA-010024: compiling TIDA-010024 with a newer version of SDK, turning on the TCXO component

Part Number: TIDA-010024
Other Parts Discussed in Thread: CC1310, CC1350, CC2620, CC2630, CC2640, CC2650, CC1352P, CC2652P

Hi Team, 

Good day. I am posting this inquiry on behalf of our customer.

This problem occurs when I compile TIDA-010024 {6lowpan stack project}, which is dependent on SDK 2_40_00_81, with a newer version SDK_3_40_00_02. 

<Linking>
error: symbol "NOROM_ChipInfo_GetChipType" redeclared with incompatible type:
   "ChipType_t()[enum $$fake10933 
   CHIP_TYPE_Unknown = -1
   CHIP_TYPE_CC1310 = 0
   CHIP_TYPE_CC1350 = 1
   CHIP_TYPE_CC2620 = 2
   CHIP_TYPE_CC2630 = 3
   CHIP_TYPE_CC2640 = 4
   CHIP_TYPE_CC2650 = 5
   CHIP_TYPE_CUSTOM_0 = 6
   CHIP_TYPE_CUSTOM_1 = 7
   CHIP_TYPE_CC2640R2 = 8
   CHIP_TYPE_CC2642 = 9
   CHIP_TYPE_unused = 10
   CHIP_TYPE_CC2652 = 11
   CHIP_TYPE_CC1312 = 12
   CHIP_TYPE_CC1352 = 13
   CHIP_TYPE_CC1352P = 14
   CHIP_TYPE_CC2652P = 15]"
   in "./../../../driverlib/chipinfo.c" at line 123 and:
   "ChipType_t()[enum $$fake10641 
   CHIP_TYPE_Unknown = -1
   CHIP_TYPE_CC1310 = 0
   CHIP_TYPE_CC1350 = 1
   CHIP_TYPE_CC2620 = 2
   CHIP_TYPE_CC2630 = 3
   CHIP_TYPE_CC2640 = 4
   CHIP_TYPE_CC2650 = 5
   CHIP_TYPE_CUSTOM_0 = 6
   CHIP_TYPE_CUSTOM_1 = 7
   CHIP_TYPE_CC2640R2 = 8
   CHIP_TYPE_CC2642 = 9
   CHIP_TYPE_unused = 10
   CHIP_TYPE_CC2652 = 11
   CHIP_TYPE_CC1312 = 12
   CHIP_TYPE_CC1352 = 13
   CHIP_TYPE_CC1352P = 14]"
   in
   "C:/.conan/6kvzh_ig/1/source/ti/devices/cc13x2_cc26x2/driverlib/chipinfo.h"
   at line 357)

For your information, I am trying to turn on the TCXO. The goal from compiling TIDA-010024 with a newer version of SDK, turning on the TCXO component

Please help to advise. Thank you for extending your support.

Kind regards, 

Marvin