Other Parts Discussed in Thread: BQSTUDIO
Hello,
I have in my design bq4050 which is sealed and I would like to unseal it and update some valued in data flash.
I know that battery is sealed because read operation status register is shown as:
root@dev:~#i2cset -f -y 0 0xb 0x44 0x54 0x00 s root@dev:~# i2cget -f -y 0 0xb 0x44 i 7 7: 0x06 0x54 0x00 0x87 0x03 0x00 0x00
so status of ENC0 and ENC1 is 1 - 1 which is sealed.
I didn't change keys so I should be able to unseal with default key with following:
i2cset -f -y 0 0xb 0x00 0x14 0x04 s;i2cset -f -y 0 0xb 0x44 0x00 0x00 0x72 0x36 s; i2cset -f -y 0 0xb 0x44 0x54 0x00 s; i2cget -f -y 0 0xb 0x44 i 7
but it still shows that device is sealed. Anything I'm doing wrong to achieve it? Thanks.