Other Parts Discussed in Thread: BQ28Z610
Tool/software:
I have a battery pack that contains a BQ27Z746. I can read the normal parameters with a single byte address, but am having trouble reading the Data Flash Table.
I am following the instructions in 16.2.67 Data Flash Access() 0x4000-0x5FFF on page 134 of the technical reference manual.
I am specifically interested in the Max and Min Temperature fields at 0x420E and 0x420F.
I first write 0x55 0x3E 0x0E 0x42. Then I should be able to read 0x55 0x0E 0x42 Max Temp Min Temp.
I do not get the address or Max / Min temperature on read. Is there a flag somewhere that prevents me from reading Data Flash?