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.

Compiler/CC2640R2F: unresolved symbol

Part Number: CC2640R2F
Other Parts Discussed in Thread: SYSBIOS

Tool/software: TI C/C++ Compiler

Hi, I tried to use usleep in main_rtos,c flie but got an error that unresolved symbol.

But the example driver  project which provided by TI use usleep function and I followed it.

I used usleep in main_rtos.c file so I thought this might be a problem so I edited exactly same like make thread and used usleep in thread.

But I got more errors. My guess is I developing based on example rtos project which is mutex and I followed example driver driver.

this might cause the error? How to solve this?