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