Yes, but the Teensy already has a linear regulator from 5V to 3.3V...
But the TLV75733P on the Teensy has an absolute maximum input voltage of only 6V, so it is that linear regulator that may go
bork if a voltage spike occurs.
Let's say you have buck regulator outputting 6V, with at least 4.7µF capacitance on the output (X7R ceramics if no any requirements), followed by a say MCP1826S-5002E/AB (5V low-drop linear regulator in TO-220-3, can deal with spikes in excess of 30V) preferably with a small heatsink although not required, with 10µF X7R or more on the output. It would have very little noise from the buck converter left –– even less if you added an inductor and second bulk capacitor on the input, making a passive CLC (or "pi") low-pass filter, and the linear regulator "eats" any voltage spikes left.
I like this.
Background, and explanation:
Most isolated DC-DC converters are basically switchmode converters with an unregulated output. They typically require a 10% of the rated load
minimum, or their output will be much higher. I've seen over 2× output voltage with 1mA load on ones rated 2W or more! The solution there is exactly the same: pick a converter with half a volt to volt higher output on typical loads, optionally a CLC filter (inductor in series, capacitors to ground in parallel both before and after; the inductor current capability must be at least the maximum load), and then a low drop linear regulator with good supply rejection ("low noise"), and finally suitable capacitors to smooth out any leftover ripple and noise.
I live in Finland, where class II wall wart power supplies are ubiquitous, mains sockets unpolarized –– we have no "neutral" and "live" at the sockets; both are equally "live" ––, and ground loops common (typically between properly grounded and class II wall wart powered circuits). So, I use isolated DC-DC converters and digital isolators a lot; so much so that I got
mocked at EEVblog forums for it. I don't mind, though; I
am only a hobbyist, and the situations I use them do require them (or using laboratory power supplies for the devices I use instead of their own supplies, which I find a bit ridiculous myself, making troubleshooting unreliable as many issues are power supply dependent).
I can tell you for example that an ISO7721 plus two 0.1µF=100nF X7R capacitors used to interface my Teensies to various SBC's UARTs (RX and TX; ISO7742 for RX+CTS+TX+RTS; ISO7741 for SPI) has made my life easier, and saved me quite a few Teensies, according to GND potential differences as measured by my multimeter. Not only do they work as isolators, but they also handle any voltage level (10mA or so supplied by the other device) between 2.25V and 5.5V or so. If the two ground potentials are the same, then these happily act as voltage level translators. For an occasional SBC that uses 1.8V logic levels, I use similar TI ISO67
nm instead (
n-m signals in one direction,
m in the opposite direction).