Part Number: BQ79616-Q1
Other Parts Discussed in Thread: BQ79616,
Hello,
we are currently evaluating the BQ79616 cell monitor for use in our BMS products. I already have access to the documents under an NDA.
We intend to use a single device per board paired with a microcontroller (in the documentation described as "Multi-drop configuration") using UART.
- Sending the ping signals seem to work (Shutdown-to-Active transition raises current consumption and Ping signal can be observed on the RX Pin and on the COMMH+- Pins)
- Sending broadcast write commands also triggers communication on the COMMH+- Pins, so I assume that the command is successfully read from the UART receiver in the monitor IC
- If I send a broadcast write to DEV_CONF[MULTIDROP_EN] = 1, the differential daisy chain communication no longer reacts to broadcast write commands as expected
Currenty, we are not able to receive any answers to read-commands from the IC. I sticked to the BQ79616-Q1 Software Design Reference guide for wakeup and auto-adressing (disabled multidrop) and also tried to enable multidrop and work with single device read/write commands only. So far we never observed any communication on the TX-Pin.
Are there any constraints on the functionality of the TX pin? And how is the multidrop configuration supposed to work? I couldn't find much information in the datasheet and assumed that it should be used with single device commands with device address 0x00.
Thanks for your help!
Steps we took to configure the device:
Stack-Mode
- Send wake ping
- Delay for shutdown to active transition
- Send dummy broadcast write OTP_ECC_TEST=0x00 {D0 03 4C 00 FC 24}
- Enable auto addressing mode by broadcast writing CONTROL1=0x01 {D0 03 09 01 0F 74}
- Setting the DIR0_ADDR {D0 03 06 00 CB 44}
- Broadcast write everything as a stack device first (COMM_CTRL=0x02) {D0 03 08 02 4E E5}
- Set device as base and top of stack (COMM_CTRL=0x01) {90 00 03 08 01 1D D2}
- Dummy broadcast read OTP_ECC_TEST to sync the DLL {C0 03 4C 00 F8 E4} (No answer from device)
- Sending more read commands (either broadcast read or single device read, also no answers from device)
Multidrop-Mode
- Send wake ping
- Delay for shutdown to active transition
- Send dummy broadcast write OTP_ECC_TEST=0x00 {D0 03 4C 00 FC 24}
- Send broadcast write DEV_CONF=0x74 (setting MULTIDROP_EN to 1, leave rest at reset value)
- Sending read commands (either broadcast read or single device read, no answers from device)

