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.

Necessary header file required for using CC2538 Sleep Mode timer

Other Parts Discussed in Thread: CC2538

Dear TI Engineers,

 I am using CC2538 (EM) over SmartRF06 Evaluation Board (EB).  I just had the following doubt.

 

To use the following functions, which header file/s do I need to include in my program since I am getting the 'undefined reference to' error for these functions:

IntEnable(INT_SMTIM); 

// Set timer to 1000 above current value 

ui32Val = SleepModeTimerCountGet(); 

SleepModeTimerCompareSet(ui32Val + 15); 

SysCtrlSleep();

Thanking you,

Indrajit