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

Part Number: BQ76PL455A-Q1
Other Parts Discussed in Thread: BQ76PL455A

Hi,

In the example code given by TI for the device BQ76PL455A. In pl455.h they've defined it like below.

#define FRMWRT_SGL_R 0x00 // single device write with response
#define FRMWRT_SGL_NR 0x10 // single device write without response
#define FRMWRT_GRP_R 0x20 // group broadcast with response
#define FRMWRT_GRP_NR 0x30 // group broadcast without response
#define FRMWRT_ALL_R 0x60 // general broadcast with response
#define FRMWRT_ALL_NR 0x70 // general broadcast without response

But in the datasheet SLVA617A they have used F1 0E 10 545F command for general broadcast without response. Should we change the define statement ?