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: WriteReg() to register 60?

Part Number: BQ76PL455A-Q1


Hi,

In the reference code sys_main.c line 255, there is a WriteReg() to register 60. According to datasheet, register 60 is reserved. Is this an typo or...?

// Configure AFE (section 2.2.1)

nDev_ID = 0;
nSent = WriteReg(nDev_ID, 60, 0x00, 1, FRMWRT_SGL_NR); // set 0 mux delay
nSent = WriteReg(nDev_ID, 61, 0x00, 1, FRMWRT_SGL_NR); // set 0 initial delay

Thanks,

Dick