Part Number: BQ40Z50-R4
I have read data via 0x44 ManufacturerBlockAccess() like the following examples.
Command (Function) : Value
0x0001 (Device Type) : 00 45
0x0002 (Firmware Version) : 45 00 04 02 00 4F 04 04 75 02 00
But I don't know if the values are correct.
I don't know Device Type, Device Numver, Version, Build Number, Firmware Type, Impedance Track Version.
How can I know what they are?
Can you recommend how to check if the values are correct or not?
And, on Datesheet, it says "if Data read = 06 00 00 01 (each data entity is returned in little endian), the command is 00 06 and the value is 01 00."
So it says "The value is 100."
Ok, I understood that.
So, for 2 bytes data like 0x0057 (ManufacturingStatus),
if Data read = 57 00 78 00,
the value would be 00 78.
But what about 4 bytes data like 0x0051 (SafetyStatus)?
If Data read = 51 00 12 34 56 78,
what is the value?
Thanks.