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.

BQ34Z100-G1: How many is the delay time when BQ34z100-G1 soft reset?

Part Number: BQ34Z100-G1
Other Parts Discussed in Thread: BQ34Z100

Hi Team,

My customer wanted to know when set the soft reset,  how long it will be delay before it can do writer / read operation?

Below is the set code.

#define BQ34Z100_CNTL_SUBCMD_RESET              0x0041

 buf[0] = BQ34Z100_CNTL_SUBCMD_RESET & 0xff;

buf[1] = BQ34Z100_CNTL_SUBCMD_RESET >> 8;

ret = bq34z100_write_reg(bq34z100_dev,BQ34Z100_STDCMD_CNTL,buf,SIZE_2B);

Thanks~

Best Regards,

Xing He