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: [CC3220S/SDK4.10] Is there a good way to break select() function when timeout is NULL?

Other Parts Discussed in Thread: CC3220S

Tool/software: TI C/C++ Compiler

Hi Ti,

For LPDS feature on CC3220S, we apply timeout with NULL at select function.

My question is How to break from select function?

On PC linux env, we can use signal and pipe to break select function, how about CC3220S?

Thanks.