Hi,
What's the nDev_ID I should pass into both WriteReg() and ReadReg() function giving the fact that our design is two bq76PL455A-Q1 connect to separate MCU UART port without in a serial daisy-chain? Does the unique device identifier actually matter in this case?
nDev_ID = 0;
nSent = WriteReg(nDev_ID, 13, 0x10, 1, FRMWRT_SGL_NR); // set number of cells to 16
Thanks,
Dick