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.

CC2530 Zstack系统 POWER_SAVING 模式下 修改时钟CLKCONCMD寄存器就会死机

Other Parts Discussed in Thread: CC2530

CC2530 Zstack系统 POWER_SAVING 模式下  修改时钟CLKCONCMD寄存器就会死机

系统想实现的功能是,待机休眠,收到命令后,觉醒osal_pwrmgr_device(PWRMGR_ALWAYS_ON);

进行配置定时器1定时器3

修改配置时钟CLKCONCMD寄存器,功能正常

直到收到命令调用osal_pwrmgr_device(PWRMGR_BATTERY);想重新启用低功耗模式,接着就死机了,

求助