Electronic – Is PWM bound to a certain voltage

microcontrollerpwm

I have been working mostly with 5V rated MCU but I am venturing into the world of 3.3V rated MCU's.

That should not effect PWM,right?

(PWM is bound to time, not voltage as I understand it)

Any info would be appreciated. Thanks.

Best Answer

The PWM is a discrete-value output that is modulated in time.

As such, it only requires a output that can encode two discrete steps. This output can be translated from one signaling format to another with no theoretical losses.

0V-5V is one common format, as is 0V-3.3V, and 0V-\$_{n}\$V, and more exotic current-mode mechanisms. However, translating from one signaling mechanism to another is possible with little effort, just requiring the use of the proper buffering device, so no single PWM physical coding mechanism is limited to that mechanism by anything other then the costs of the parts required to perform the level/mode translation.

So the answer to your question, on the face of it, is no.