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.

RTOS/CC2652R: Sleep function

Part Number: CC2652R
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI-RTOS

Hello Members

I have one problem for using simplelink sdk.

I am going to use sleep & usleep function which is defined in unistd.h file.

I included this file.

But when I build the project error occured

"

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

"

Why this happens and how to solve this problem?