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.

不能进入睡眠sleep(1)

Other Parts Discussed in Thread: CC1310

你好,我现在遇到的问题是,RF初始化时,执行了下面两条指令后不能进入 sleep(1),请问,此时该怎么操作才能进入sleep(1)?

   /* Request access to the radio */
    rfHandle = RF_open(&rfObject, &RF_prop, (RF_RadioSetup*)&RF_cmdPropRadioDivSetup, &rfParams);

    /* Set the frequency */
   RF_postCmd(rfHandle, (RF_Op*)&RF_cmdFs, RF_PriorityNormal, NULL, 0);