I am using MSP430 to control BQ24195 but no matter how I did, I couldn't disable it from charging.
I have tried set NCE pin to HIGH and set REG01[5:4] = 0x00. But it was still charging. Even I disconnected MCU from BQ24195 and then connected NCE pin to HIGH, the result was the same.
I think seting NCE to HIGH or REG01[5:4] = 0x00 can disable it charging. Is there any misunderstanding about disabling charger?