Hi,
I followed the below steps to activate cell balancing on S32K144 EVK Board (AFE MC33771A).
CBINDV_CELL_TIME=1; // Timer set for 1 minute
BCC_CB_Enable(&g_bccData.drvConfig, BCC_CID_DEV1, true);
balancingStatus = BCC_CB_SetIndividual(&g_bccData.drvConfig, BCC_CID_DEV1, highestCellIndex,true, CBINDV_CELL_TIME); // Applied CB for highestCellIndex 9
We observed that all 14 CELLS MOSFETS are ON and could see the voltage across CB resistors (3.2v). As per the Datasheet only CELL 9 MOSFET should be ON.
Is it the expected behavior please support to resolve this issue.
thanks
vishnu