Other Parts Discussed in Thread: EV2400,
Hi,
I am currently trying to use/implement driver of the BQ25155 LDO/Charger and I am facing problem and having some questions.
I am using BQ25155EVM/Battery Management Studio with EV2400 and Salae Logic Analyzer in order to debug easily.
1. I would like to know with a single or combinasion of flag or status when the device is charging and what I saw is that there are Charge Done and Constant Voltage Charging Mode but no Constant Current Charging Mode (at least in the datasheet, this bit is marked as reserved but defined in BMS software). A simple combinaison of CV/CC/Done status is ok but I would like to know if Reserved bit CC Charge is really fonctionnal ?
2. I also would like to generate an interrupt each time the ADC Data is Ready throw INT pin (when battery is not charging) so I set LP to High and configure my mask registers, configure ADC_READ_EN, ADC rate to manual and start ADC conversion but unfortunately got no interrupt raised. Maybe I am doing it wrong, maybe it is not possible ? Maybe is there something to do with Global Int Mask, I don't see any revelant information about it
Help appreciated, thanks !