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/CC2640R2F: Lowering the power consumption in Micro Eddystone Beacon

Part Number: CC2640R2F
Other Parts Discussed in Thread: LAUNCHXL-CC2640R2,

Tool/software: Code Composer Studio

For a project powered by energy harvesting from a small electromagnetic generator, I'm experimenting with LAUNCHXL-CC2640R2 board, with code based on simplelink_cc2640r2_sdk_2_30_00_28\examples\rtos\CC2640R2_LAUNCHXL\blestack\micro_eddystone_beacon

I get around 80uA in sleep mode (in between TX events), and a few mA in TX.

1. How do I configure the TX power in the firmware?

2. CC2640R2F datasheet states "Standby: 1.1 uA (RTC Running and RAM/CPU Retention)". How do I modify the firmware to achieve this low current?