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.

EV2400: Disable/Enable EV2300/EV2400 PEC (CRC-8) in SMBus communication

Part Number: EV2400
Other Parts Discussed in Thread: BQSTUDIO

Dear Expert,

I am using EV2X00 for SMBus communication with BQ40zXX battery management IC.

I am not using BQStudio in for communication, but developing software by my self.

Using CMAPI.dll library and refer to CMAPI.dll_v0.0.1.84.pdf i succeed to get SMBus communication.

with these functions below:

 SDKWriteSMBWord

 SDKWriteSMBBlock

 SDKReadSMBWord

 SDKReadSMBBlock

when I am using I2C monitor, there is not PEC in last byte.

can you help me to enable SMBus PEC from CMAPI.dll function.