Electronic – Profet Smart Highside Power Switch Output Always ‘High’

fethigh-sideswitches

I bought the Infineon Smart Highside Power Switch – PROFET BTS442E2, in order to switch a ~16V supply using a logic level PIR sensor.

The switch has 5 pins:
1. Logic GND – Connected to GND
2. Input – Connected to PIR output
3. Vbb – Connected 16V
4. Diagnostic Feedback – Not connected
5. Output to the load – Connected to input of NAND gate

I would have imagined that the switches output should be 0V when its input from the sensor was low. However, when PIR is LOW – Switch output is ~9V. When PIR is HIGH – Switch output is ~ 16V.

Have I misunderstood how this device works or is this how it should behave?

Best Answer

Here is my summary (I can expand on some details, if needed - I don't know how many quotes from the datasheet etc. you want):

  • I would not use this device for driving a logic device; it's specifically designed for driving high-power loads in automotive applications, and as such, it has special features you don't need including "open load detection".

  • The datasheet isn't completely clear to me on some of the details of this, but it seems to be saying (page 4) that below 1900 mA output current could be treated as an "open load" situation.

  • Your CD4011B NAND gate input will obviously take a tiny current, and I suspect the BTS442E2 is behaving as if it had an "open load" i.e. the required minimum current is not being drawn from its output by the NAND gate input.

  • Notice on datasheet page 6 that in an "open load" condition, with the input pin voltage also "low" (as in your problem case), the output is not shown as "L" (low) as it is in other parts of that "truth table", but instead refers to note 13, which says:

    Power Transistor off, high impedance

    So the actual output voltage in that state is not specified.

  • Datasheet page 9 mentions a (typical) 30 uA current through the output pin is used for open load detection, when the input pin is low. I wouldn't be surprised if that detection current is involved with the behaviour you are seeing. And because "open load" detection is part of the functionality of this device which you don't need when driving a simple logic input, but which cannot be disabled, that is why it may not be the best choice of switch for this application

  • One way to test this hypothesis would be to try a much larger BTS442E2 output load e.g. a 24V truck bulb requiring > 2 A (to avoid this being detected as an open load), assuming your 16V power source is suitable. Then check that the output voltage is much lower when the input pin is low. However you said you don't have any other loads to try, so this might not be an option for you.

  • Another thought would be a carefully specified pull-down resistor on the BTS442E2 output. However I don't know if this is even an option in your design, as your question doesn't mention any of the design or constraints, so I haven't wasted time describing something which might not even be an option.

  • Depending on how "invested" you are in using the BTS442E2, perhaps consider a different switch for this job - e.g. a load-switch without open load detection.

Related Topic