Part Number: INA233
I am using INA233 for one of my projects.
I have 2 queries as below:
1. The formula for correcting the calibration in section 7.5.5 of INA233 datasheet is something like:
Corrected_Full_ Scale _ Cal = trunc ( Cal * MeasShuntCurrent / Device _Reported_ Current ).
I suppose the current measurements (the actual and the device reported) should be in the raw format. If so, the Actual measured current across the Shunt should be converted to the raw value from Amps using the co-efficient m,R and b?
Can anyone confirm this?
2. Consider this scenario,
Current_LSB = 1 mA/bit
which gives m = 1000, R = 0, b = 0;
So for setting the over current limit of 25 Amps, is get the raw value of 25000d = 0x61A8.
My question is, what if I want to set the over current limit to 28.67 which gives a raw value of 28670d = 0x6FFF as the IOUT_OC_WARN_LIMIT (4Ah) has bits [2:0] set as 0 to default.
