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.

CC2538 Current values for energy computation

Other Parts Discussed in Thread: CC2538

Hi,

I'd like to know the power consumption of my cc2538 running a CoAP server taken from cetic/6lbr repo (a Contiki OS branch). 

The mote is attached to the TI SmartRF06  (the open-base on the right)

and the base is connected through usb cable (attached to my mac) in the usb 3.0 port.
I've followed this guide 

https://thingschat.blogspot.com/2015/04/contiki-os-using-powertrace-and.html#comment-form

and got the four parameters:

ALL CPU (the total number of ticks for CPU in active mode), ALL LPM (the total number of ticks in Low Power Mode), ALL TX (Transmit) and ALL RX (Receive).

For the total energy there's a formula which requires Voltage and the current of all 4 components (CPU,LPM,TX,RX).

I've checked the cc2538 datasheet

http://www.ti.com/lit/ds/symlink/cc2538.pdf

and from what I get the RX current is 20mA, and the TX current is 24mA. What about CPU and LPM?

Thanks