maxpiano wrote:Are you sure? Afaik a "transformer" always keeps the same ratio regardless the voltage, because the ratio is determined by a physical factor (the number of turns on the primary winding divided by the number of turns on the secondary coil), otoh a switching step down converter (or a voltage regulator) would shut down if input voltage falls below the minimum required to keep the output voltage correct. (PS: "voltage" and "power" are 2 different things, let's not confuse them).
Do you have any link/reference with examples or technical explanation on how a voltage drop may affect a PSU output and/or damage a circuit powered by it (Seriously, I am curious)?
Yes, the voltage ratio remains constant: so if the voltage IN drops (as during a brownout), so does the voltage OUT. This has a variety of ramifications in a brownout context, not limited to the simple ones I am about to explain.
One of the direct consequences is an increase in the current sunk by linear regulation (which I believe most if not all NORDs are, for reasons of reduced RF EMI) and in extreme cases reduces the regulation headroom to a negative value, causing the output rails to actually drop. Running a 3.3V microprocessor on lower voltages, if the chip is not designed to work at lower voltages, can cause transient data communications and internal processing inconsistencies. It can also introduce persistent data corruption in flash write operations, among other issues. The increased current sunk by amplifier and other circuits biased against fixed voltage standards (such as ADC input amps and power supplies) also leads to early failure of the component, sometimes exponentially so depending on the topology of the circuit and the additional heating brought on by the increased current.
In addition, a glitching microprocessor might "command" peripherals, including power supplies, incoherently or randomly, which might put THEM in a state that they or something downstream from them gets damaged.
In most cases, brownouts just make the unit glitch and it's fine after a reset. Sustained operation in moderate brownout conditions won't usually hurt anything beyond the power supply lifespan. But depending on the design, the system, the severity and length and pattern of the brownout, etc., there are absolutely ways in which a brownout can cause data loss, accelerated component failure, or outright damage. Operation of any system outside design specs, whether over or under, can have (sometimes serious) consequences. For this reason, a lot of electronics (but by no means most) have brownout-detection-and-reset circuits to simply shut the entire system down when a brownout exceeds the internal "safe operating" boundaries of the system design parameters.