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.

CC2640R2F: Sleep mode when UART interface without SRDY &MRDY

Part Number: CC2640R2F

Hi,

https://e2e.ti.com/support/wireless-connectivity/bluetooth/f/538/t/813707

As per your suggetion i have used following api's to enter in sleep mode and before calling that i did UART closed and RF core closed so now current consumption reaches to 3uA to 9uA range. 

UART_close( uartHandle ); /* Close UART as it will not allow to go sleep */

RF_close( rfHandle ); /* RF core need to close */
Power_releaseConstraint(PowerCC26XX_SB_DISALLOW);
Power_releaseConstraint(PowerCC26XX_IDLE_PD_DISALLOW);

 I just want to know from attached power down modes in which mode CC2640R2F will enter.

Regards,

Bhavin