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?