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.

CCS/CC1310: CC1310f64RHB (5x5)

Part Number: CC1310

Tool/software: Code Composer Studio

Hello! How to configure the project in CCS based on the Rx / TxWakeOnRadio + UART examples so that the chip's consumption is at least 20-30 μA? Now it consumes about 6 mA. 

  • Ref 5.4 Power Consumption Summary in the datasheet: If the chip should use ~1 uA (as far as I can see from the table none of the modes gives 20 uA - 30 uA you mention) the chip has to be in shutdown or standby. How to set the chip in shutdown/ standby is shown in the pinshutdown/ pinstandby examples.

    In addition TI-RTOS will take the chip to the lowest possible state but this require that all drivers are closed and that no power constraints are set.