Hi Sir,
In the driver file bq256xx_charger.c, we have set the battery temperature charging cut-off at 80°C,
but we have noticed that if the battery temperature exceeds 60°C during the boot process, the charging IC does not initiate charging.
Could you please confirm if the charging IC has a default hardware-based charging cut-off mechanism at 60°C?
I have attached the Register dump for your reference.
Thank you.
====
Battery temperature < 60°C during the boot process
==== dump register ====
0: 5f
1: 10
2: 8e
3: d1
4: 09
5: 8f
6: 60
7: 5c
8: 75
9: 00
a: 80
b: 54
c: 75
====
Battery temperature > 60°C during the boot process
==== dump register ====
0: 5f
1: 10
2: 8e
3: d1
4: 09
5: 8f
6: 60
7: 5c
8: 65
9: 00
a: 80
b: 54
c: 75
====