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.