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.