This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

BQ76PL455A-Q1: removing of CMP_uv

Part Number: BQ76PL455A-Q1

Hi,

I am using IAR embedded workbench environment and FreeRTOS to write a program that reads values of voltages from 16 cells of a battery at a time. There is a segment in the code which determines the state of the cells with respect to charged, discharged, and so on. I'm trying to feed values in variables artificially to check different states. There is one point once when coming out of the discharged state in the code, and the charger is plugged in, there is a fault that is thrown up on the terminal every time it checks the state. The fault is: cmpuv_fault. When I check the individual cell voltages, none of them are under the specified threshold (none of the cells are below 3.3 V and the threshold is set at 2.5 V. Haven't checked yet if the same fault is thrown up continuously even after clearing the fault once or not. But any help on how this can be resolved or why this issue might be arising?