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: bq76PL455A-Q1 Example Code WriteReg/ReadReg() nDev_ID parameter?

Part Number: BQ76PL455A-Q1

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