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.

SIMPLELINK-CC13X0-SDK: Updating from 2.10.0.36 to 3.20.0.23

Part Number: SIMPLELINK-CC13X0-SDK
Other Parts Discussed in Thread: CC1310

Hi 

I based my project on the rfPacketTx using RTOS example of the ver 2.10.0.36 and are trying to upgrade to 3.20.0.23 without any success. 

When I rebuild after chaining the SDK for the tirtos project I get errors :

#137 struct "ADCBufCC26XX_HWAttrs" has no field "gpTimerUnit", if i comment away I get the same on the gptDMAChannelMask field

If I comment both I just getting more errors. Any pointers or do I need to start from scratch using 3.20?

Thanks 

Thomas

  • The board files etc has been changed a fair bit in a year. If you compare the files in the old and new SDK you will see differences. I would assume that these give you issues. 

    What you can try is to import the rfPacketTx example from the newest SDK and paste the changes you have done into this code. This way you get the newest project setup and board files. Normally just copying the relevant application files into an existing example  is the easiest way to do it. 

  • Hi and thank you for your response. 

    That was what I was afraid of :) 

    Have a few other issues I have to resolve first that I will migrate over to a new SDK. 

    In general there are quite a few updates, also on the CCS platform, not sure how comfortable I am updating all the time, just the skeptic in me. 

    Thanks 

    Thomas

  • I understand. Note that the CC1310 SDK has been moved to long time support, meaning that an update will only happen if major bugs are found/ fixed meaning that if you do some effort now this could be the last SDK update you have to do.