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.

CC2540: CC2540 取消降频配置

Expert 2290 points
Part Number: CC2540

CC2540 需要保持系统主频不变,  除了下面的参数, 

1. 取消工程宏定义 POWER_SAVING

2.  HCI_EXT_ClkDivOnHaltCmd( HCI_EXT_ENABLE_CLK_DIVIDE_ON_HALT );  改成DISABLE

还要配置其他参数吗? 

HCI_EXT_HaltDuringRfCmd() 和 HCI_EXT_ClkDivOnHaltCmd() 函数有什么区别?