Hi, does setting BLTDischargeSet() and/or BLDChargeSet() to random values produces any side effect if I am not using the ALERT outputs or even the BLT flag?
I want to use these R/W registers (which I presume are mapped in BQ's RAM) to store data (e.g. magic numbers) my firmware may use to make some decisions. These registers are non volatile (as long as I do not reset BQ) so they could be handy for my application as RAM storage when the host controller has to be shut-down to save battery charge.
Of course, I could use the Manufacturer Data of the DF for this purpose but I want to preserve this area for more "noble" purposes, i.e. storing data that must be e.g. CRC-ed and rarely written to minimize wear.