Post Go back to editing

Does MAX14912/MAX14912 joinDW/joinUP feature require external tie?

Category: Hardware
Product Number: MAX14912
Software Version: n/a

Do I need to externally tie the OUT pins together when using the joinDW/joinUP feature on the MAX14912/MAX14913?

The datasheet says "When joinDW = 1, OUT1 and OUT2 are connected together" and "The above configuration can be used without any additional external zener clamping" and contrasts it with a different setup: "Besides pairing of drivers through internal configuration, multiple OUTs can be operated in parallel by tying the OUT_ together and driving the inputs simultaneously."  So it would seem like externally tying the pins together isn't necessary.

But on the other hand, when I set up the MAX14912 this way, connect my load only to (say) OUT1 and turn on the Open Load Detect feature, the MAX14912 reports that OUT2 is an open load, which I wouldn't expect it to be if OUT1 and OUT2 were indeed tied together.

Can you clarify what the connection to the load should look like when joinDW/joinUP are used?  Thanks!

  • The respective OUT_ MUST be tied together when using either joinDW or joinUP bits. When the joinDW (or/and joinUP) bit is set, you need to update just IN1(IN5) and IN3(IN7) bits respectively. The IN2(IN6) and IN4(IN8) bits are neglected, i.e., have no effect on the outputs. If you don't use joinDW or joinUP bits, you still need to tie any paralleling outputs together. For example, you need to parallelize two channels and it is convenient to use OUT2 and OUT3. In this case, you cannot use the joinDW bit and have to drive IN2 and IN3 as independent inputs.

  • Thank you!  It seems the datasheet really ought to say "When joinDW = 1, IN1 and IN2 are connected together" rather than saying that "OUT1 and OUT2 are connected together".

  • The datasheet describes the condition of paralleling two channels, 

    "The devices support paralleling of channels in high-side mode to provide higher current. The channels can be paired (1-2, 3-4, 5-6, and 7-8) by setting two bits of the SPI register 3: joinUP and joinDW (see Table 6).

    When joinDW = 1, OUT1 and OUT2 are connected together, and OUT3 and OUT4 are connected together, and:

    ● Input signals related to channels 2 and 4 are neglected;

    ● Output status is determined by inputs 1 and 3;

    ● Push-pull mode is disabled."

    joinDW = 1, OUT1 and OUT2 are connected together, and OUT3 and OUT4 are connected together are the conditions.

    We will add clarification that OUT1 and OUT2 as well as OUT3 and OUT4 must be connected together externally.