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/CC3220MODA: usleep (1000000) is not equal to sleep(1)

Part Number: CC3220MODA

Tool/software: TI C/C++ Compiler

Dear TI support,

My application used usleep(1000000) with SDK 1.50 and it worked fine. After updating to SDK 1.60 it didn't seem to work. I played with the usleep number but it didn't help. Then I used sleep(1) instead of usleep(1000000). The sleep(1) worked. I am wondering if this is expected. 

Thanks,

David