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.

关于HOLD_AUTO_START情况下的休眠问题

Other Parts Discussed in Thread: CC2530

在使能HOLD_AUTO_START情况下,由于一直没有组网成功,协议栈默认始终不进入低功耗(pwrmgr_attribute.pwrmgr_device = PWRMGR_ALWAYS_ON ),这与我实际的应用不相符,我想要在HOLD_AUTO_START使能的情况下,程序也能正常休眠,但我发现在程序的其他地方调用osal_pwrmgr_device( PWRMGR_BATTERY );都会导致我的串口读写数据出错,请问是为何?