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/LAUNCHXL-CC1350-4: Using Seconds_get, Seconds_set

Part Number: LAUNCHXL-CC1350-4

Tool/software: Code Composer Studio

Hey, 

I've been trying to use Seconds_get and Seconds_set. I imported <ti/sysbios/hal/Seconds.h> and even tried to add file to project. I always get the next error:

Description Resource Path Location Type
unresolved symbol ti_sysbios_hal_Seconds_SecondsProxy_set__E, first referenced in <whole-program> simple_peripheral_cc1350lp_app_FlashROM C/C++ Problem

When ever I try to include <Seconds.c> instead I get the following errors:

Description Resource Path Location Type
symbol "ti_sysbios_hal_Seconds_set__E" has already been defined symbol "ti_sysbios_hal_Seconds_set__E" has already been defined simple_peripheral_cc1350lp_app_FlashROM C/C++ Problem

Description Resource Path Location Type
symbol "ti_sysbios_hal_Seconds_getTime__E" has already been defined symbol "ti_sysbios_hal_Seconds_getTime__E" has already been defined simple_peripheral_cc1350lp_app_FlashROM C/C++ Problem

Can anyone help me resolve this?

Thanks

Dor