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.

bq3060 Update data flash with CC Gain, Capacity Gain questions

Hi

 CC Gain Data Type  IS  F4,I Get the raw data from the dataflash,But I use the IEEE754 float after format conversion, And it shows that the values are not equal, how do I convert? for example,I get raw data is 0x91,0x71,0x20,0x00,it display is 123456, but use IEEE754  float format conversion is 0x47, 0xf1, 0x20, 0x00, why the two are not equal, How should I do?

Thanks