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/TIDA-01624: TIDA-01624 compile error line 109 .gpTimerUnit = CC264R2_LAUNCHXL_GPTIMER0A

Part Number: TIDA-01624

Tool/software: Code Composer Studio

Hi,

\Customer try to  compile sw “TIDA-01624” follow by instruction 3 in design guide Link http://www.ti.com/lit/ug/tidudw4/tidudw4.pdf

Compile code is show error in file CC2640R2_LAUNCHXL.c line 109-110 .gpTimerUnit = CC264R2_LAUNCHXL_GPTIMER0A

if they remark Line 109-110 then no error

Can you advice what is the possible issue? 

Best Rgds,

KPK

  • Hi KPK,

    What version of the SDK and Code Composer Studio is the customer using? This is most likely due to incompatibility between these versions.

    The original project was in CCS 8.2. I will check on the version of the SimpleLink SDK that was used to build this and get back to you. 

    Best Regards,
    Brandon Fisher

    Edit: The software was originally built with version 2.2 of the Simplelink SDK. 

  • CCS9.2.0.00013

    Simplelink_sdk_ble_plugin 3.20.00.24

    Simplelink_cc2640r2_sdk_3.30.00.20

  • Hi KPK,

    I recreated the setup in CCS 8.2 on my machine and I did encounter the same error. I was able to work around it by using an older version of the CC2640R2 SDK, which they can download the installer for here.

    Please install this version, and re-import the tida-01624 project from within the simplelink_cc2640r2_sdk_2_20_00_49\examples\rtos\CC2640R2_LAUNCHXL\blestack directory.

    That should eliminate the error when building.

    Best Regards,
    Brandon Fisher