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.

关于从PM3模式唤醒后需要多久才能正常工作

Other Parts Discussed in Thread: Z-STACK, CC2530

如题,通过

SysPowerMode(4);//清0,让系统进入正常工作模式 

唤醒芯片后,系统需要过多久晶振才能正常工作,从而可以在程序中开启定时器。即以下两句代码中,while循环大致会循环多长时间。

SysPowerMode(4);//清0,让系统进入正常工作模式 

while(CLKCONSTA & 0x40);