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: CC1310F128RSMR

Part Number: CC1310

我这边使用是不带操作系统的工程做的无线发送程序,使用的内部的RTC时钟,使用的LDO供电。 程序每个20S唤醒一次检测一次温度数据,然后就休眠。发现一个问题,有部分传感器出现不运行的情况,必须重新复位或者重新通电才能使用。

看门狗也增加了,但是不起作用 。以下是调用的休眠代码


RF_yield(rfHandle);
}
}
PIN_setOutputValue(ledPinHandle, Board_PIN_LED1, 0);
sleep(standbyDuration);