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

Part Number: CC2640R2F

I am trying to enable sleep function as a task in BLE 5 Simple Peripheral project inorder to understand the current consumption during the module Standby in my custom board application. I am seeing an increase in current when it reach the sleep function. The Simple peripheral example is unmodified, just enabled UART . May I know how to resolve this. 

Here is my function

static void SimplePeripheral_processSleep(){

UART_close(uartHandle);
Power_sleep(PowerCC26XX_STANDBY);

}

My project uses internal RCOSC_LF.