Hi,
We are trying to verify that our CC2640 is consuming the right amount of current. On the DMM we see roughly 1.98mA and on the power supply we see roughly 2.1mA.
To compare we referred to the table in the datasheet outlining current consumption for each portion of the chip running.
We are using the HostTestApp without power saving. These are the steps I followed to calculate what the current should be (they do not match our measurements):
+UART (164uA)
+Timers (113uA)
+RF Core (237uA)
+Serial power domain (13uA)
+Peripheral Power Domain (20uA)
+Idle (550uA)
___________
=1.097mA
I disregarded the Active current because the application should be in an idle state.
It is imperative that our bench measurements match the datasheet so we have a baseline for our production measurements (Tx/Rx current). This way we can know if our hardware/software has issues.
Could you possibly tell me what I am missing?