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.

Power an IC directly from a GPIO (MSP430G2444)?

I've never seen applications where this is done, but the IC in question (ACS7222) only requires 9mA of power and has no "enable" pin.  So we're thinking of just supplying power to the IC directly from an MCU output.  That way we can disable the device by simply turning off its power.  However, I would like some input on possible (if any) issues that might come up.  Thoughts?

  • Hi Ryan!

    The datasheet has a graph that shows the voltage drop of the output over current consumption. This is not a constant value, so with higher consumption the device gets less voltage. I would not recommend to use a GPIO as a power pin. You could use an external P-FET if you want to completely remove the power. Or just use the enable pin if it acts as a power off. What is an ACS7222?

    Dennis
  • Sorry, too many '2's in the part name. The ACS722 is a current transducer (Hall Effect type) with a 9mA operating current draw. Vcc is what determines the output voltage vs. current, so an unstable supply would be a big issue. I knew about the voltage drop, but I guess I was hoping it would not be significant at 9mA. I will look at the datasheet for this graph.
  • If the output is ratiometric to the input, you should not do it. Or also feed this voltage into the ADC's reference input.

**Attention** This is a public forum