Other Parts Discussed in Thread: BQSTUDIO
Hi,
I have two questions about the TRM of BQ4050 in page 69.
1. Are these typos? I guess we are describing ManufacturerAccess()(0X00) in this paragraph.
2. In the example above, by writing, data sent=00 03 is not in Little Endian. But data read=00 01, is it correct?
In conclusion, my understanding is:
By using ManufacturerBlockAccess(), the command is 0x44, data sent and read are all in Little Endian,
By using ManufacturerAccess(), the command is 0x00, data sent are not in Little Endian, and data read are in Little Endian.
Is it correct?