Other Parts Discussed in Thread: Z-STACK, CC2530
如题,通过
SysPowerMode(4);//清0,让系统进入正常工作模式
唤醒芯片后,系统需要过多久晶振才能正常工作,从而可以在程序中开启定时器。即以下两句代码中,while循环大致会循环多长时间。
SysPowerMode(4);//清0,让系统进入正常工作模式
while(CLKCONSTA & 0x40);
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.
更多资料您可以参考Measuring Power Consumption of CC2530 With Z-Stack

给出了详细的测试方法以及相关的测试结果,供您参考。