Other Parts Discussed in Thread: BQ40Z50
I am using BQ40Z50-R1 with 4cell battery.
I connected to device with SMB port of EV2300 through SMBus.
Recently, I discovered the data flash of "MFG Status Init" is reset to 0.
I write it to 0x238 for my setting with battery management studio, then disconnect and just turn on and off the FET.
Then reconnect to battery management stduido, the value is reset to 0.
I logged all SMB line using Manufacturer Block Access, I cannot find any command writing it.
Buffer 11 shows writing 0x0238 to mfg status init (address 0x4580)
the data is logged when I write data from battery studio.
Buffer No. | Packet | Start Time | End Time | Address Bits | Address | Address + R/W | R/W | Address ACK | Data | Data ACK |
2 | 1 | 1.24E-07 | 0.002270028 | 7 | 0B | 16 | Write | 0 | 44 02 54 00 34 | 0 0 0 0 0 |
3 | 1 | 1.23E-07 | 0.000643627 | 7 | 0B | 16 | Write | 0 | 44 | 0 |
4 | 1 | 1.28E-07 | 0.000643232 | 7 | 0B | 16 | Write | 0 | 44 | 0 |
7 | 1 | 1.12E-07 | 0.000643488 | 7 | 0B | 16 | Write | 0 | 44 | 0 |
8 | 1 | 1.28E-07 | 0.000643216 | 7 | 0B | 16 | Write | 0 | 44 | 0 |
11 | 1 | 1.32E-07 | 0.008199956 | 7 | 0B | 16 | Write | 0 | 44 22 80 45 38 02 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF | 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 |
Is there any possiblity to reset MFG Status init with some condition?
Am I miss something?