Hello TI team,
I'm just trying to understand how the floating point values for "CC GAIN" and "Capacity Gain" are calculated.
The conversion is not performed as in IEEE754.
On the bus for the value 1.0 e.g., the bytes 0x84 0x07 0x02 0x75 are sent after the addresses etc.
If I am right, then 0x84 should contain the exponent. The remaining bytes contain the sign and the mantissa:
EXP (B0) MAN (B0) MAN (B1) MAN (B2)
10000100 S0000111 00000010 01110101
|
|
+->SIGN
I´m not sure about this, maybe the order is wrong?!
I didn´t find any detailed information and the documentation contains some confusing mistakes.
Is the Bias = 127 and Base = 2?
How is it calculated?
Thanks in advance for your help.
Kind regards
Mathias