Electronic – Trying to understand negative voltages

voltage

If I were to have an IC (Just some standard 5v microcontroller), and for some reason I only had a -5v supply, could I technically connect -5v of the supply to the GND pin of the micro and the ground of the supply to the 5v pin on the micro? I've always thought this would work, but everybody I've talked to has said it's a bad idea. I assume they say it's a bad idea because if you had a device on the same system that was spitting out voltage spikes down the central ground, it could overvolt your micro.

So, more of a 2 part question

  1. Is powering a 5v micro with a negative voltage on the GND pin possible?
  2. If so, what are the downsides of doing it this way?

Best Answer

It is totally possible to power the MCU off a -5V rail as you describe.

The person who told you about spikes in the "GND" which becomes the MCU VCC pin should be aware that spikes could just as well show up on the -5V rail. The MCU can be over voltaged simply by applying too big of voltage difference between the MCU VCC and GND.

The main downside of using the -5V supply is the implication that it comes into a system that also has a +voltage rail or two. Any circuitry in the system that uses such +V and the "GND" as its supply will not be able to interface directly with the MCU. Special level shifting circuitry would have to be applied to translate the negative domain voltages of the MCU to the positive voltage domain of the other circuitry.

If the system power supply is just the single voltage rail that you describe as -5V then just switch the leads around and consider it a +5V supply.