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.

CC1310进入SLEEP,但功耗还没有降下来,请问可能原因有哪些,怎么设置省电效果最佳。

    rf_task_init();

    uart_task_init();

    flash_task_init();

    Adc_task_init();

    I2C_task_init();

    while(1)
    {
        Uart_rx_process();
        sleep(1);

        if(tConfigParam.ConfigFlag)
        {
            RF_Transmit_Data();
        }
    }