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.

BQ79600EVM: How to enter sleep mode with BQ79718EVM?

Part Number: BQ79600EVM
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