Other Parts Discussed in Thread: BQ79718-Q1
Tool/software:
Hello, this is JJ
From the BQ79718-Q1 datasheet, I can find the sleep mode procedure.
I tried to flash these 2 code seperately.
But both codes does not enter the sleep mode.
WriteReg(1, CONTROL1, 0x04, 1, FRMWRT_SGL_W); // CMU sleep mode signal
WriteReg(0, CONTROL1, 0x04, 1, FRMWRT_STK_W); // CMU sleep mode signal
Q1. How to set the communication parameter? (SGL_W or STK_W??)
Q2. Why cannot I get the sleep mode result with BQ79718EVM?
Best regards,
JJ