Hi Trishuynh, In the function AEK_POW_BMS63EN_StartMgn_exec there is a set of functions that, based on the SOC, activates the cell balancing. Executing this function after StopCellBalancing, DisableCellBalancing ... overrides the expected behavior.We...
Hi Jad, in my copy and paste there was an error.Pls replace the line:siul_lld_readpad(PORT_PIN_GPIO36, PIN_GPIO36);rqIsrEnable();with siul_lld_readpad(PORT_PIN_GPIO36, PIN_GPIO36);now it should work.Thanks,AutoDevKit TeamP.S.if you open the welcome p...
Hi Jad, pls try this code:int main(void){/* Initialization of all the imported components in the order specified inthe application wizard. The function is generated automatically.*/componentsInit();irqIsrEnable();for(;;){siul_lld_readpad(PORT_PIN_GPI...