Hi all
I recently used KIT912J637EVME to measure current of battery,about Current Measurement Result register (ACQ_CURR1 / ACQ_CURR0),I have some questions.
I know the CURR are two's complement 24-Bit signed integer result register for the current measurement channel. but what are the meaning of CURR1 and CURR0 respectively,forexample ,if I take a set of data ACQ_CURR1 ACQ_CURR0 are 0xFFE740,how to convert the date into the actual current value(A or mA). Look forward to your favourable reply.
Thanks very much!
Hi,
Hi,
If ACQ_CURR > 0x7FFFFF, CURR = (ACQ_CURR – 0x1000000)
So in your example, the current is 0xFFE740 – 0x1000000 = - 6336
Rshunt = 100µΩ shunt. The best is to remember that the 1 LSB = 0.1µV.
Have a great day,
Jose Reyes
-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
----------------------------------------------------------------------------------------------------------------------