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