Other Parts Discussed in Thread: CC2652RSIP,
Tool/software:
Here I am using CC2651R3SIPA as Receiver and CC2652RSIP as Transmitter in my home automation project. I need proper documentation for Low Power Management using NO RTOS for Proprietary RF.
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.
Tool/software:
Here I am using CC2651R3SIPA as Receiver and CC2652RSIP as Transmitter in my home automation project. I need proper documentation for Low Power Management using NO RTOS for Proprietary RF.
Hello,
Even for NORTOS, it should be possible to enter standby in the usual way.
For instance, see the empty example: https://dev.ti.com/tirex/explore/node?node=A__AMlnAEnwSOIH1Lh46LrEtA__com.ti.SIMPLELINK_CC13XX_CC26XX_SDK__BSEc4rl__LATEST
(Removing ext flash, removing LED toggle, and extending the sleep time should yield close to standby current consumption specified in datasheet).
Source code for Power Management:
Thanks,
Toby