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.

what's the function to blocking wait, do NOT occupy cpu time, in ZStack-2.2.0??

Other Parts Discussed in Thread: Z-STACK

Hello world !

I'm running on CC2530s with the Z-Stack 2.2.0.

Here is my problem :

what's the function to blocking wait which does NOT occupy cpu time in ZStack-2.2.0??
I have tried HalSleepWait(uint16) and MicroWait(uint16), but they also occupy cpu time.
Thanks a lot.

Regards,

wym