Welcome to the Low Power RF & Wireless Connectivity Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".
Q: FAQ: Basic procedure for entering/exiting SLEEP state in CC110x/CC1150/CC2500/CC2550. by 611949
Before commanding the radio into SLEEP state it must initially be in IDLE state. A simple SPWD strobe command is then sufficientto initiate the SLEEP state entry, which takes effect after the CSn is pulled high. To save current in SLEEP state, the GDOx pins shouldbe tri-stated in advance (done via the IOCFGx registers).To wake the radio up from SLEEP state simply pull CSn low. After pulling CSn low the interfacing MCU must wait for the CHIP_RDYn signalto go low on the SO line, indicating that the crystal is stable (~150 us on the CC110xEM).Note that the TEST0/1/2 register values are not retained in SLEEP state, and thus it is necessary to re-write these registers when returningfrom the SLEEP state, if the recommended values are different from the default values.