So I've been building small boards lately with various designs (and failing miserably but at least I'm having fun!).
Anyway, I have a few designs I want to build that involve 3.3v micro-controllers. I try to use all 3.3v if I can. 65C02, 65C22, SRAM, MCU's, etc. Even glue logic if I can.
Some of my designs require interfacing with legacy (Apple IIe) equipment that run three different voltages.
In the case of the Apple IIe, it provides (IIRC) three voltages from the slots. +12v, +5v and -5v. I plan on using level shifters between the bus/control pins. But I still need two power sources. +5v parts are easy. I can just tap into the provided +5v line from the slot (along with some decoupling capacitors).
But I'm struggling with providing a clean 3.3v source. My initial thought was to use a UA78M33 linear voltage regulator. It can take an input of 25v or so and provide 3.3v. I'd like to tie the +5v to the input so that I produce less heat. I believe the drop-out voltage is 1.7v. So that would be 3.3 + 1.7 = 5.0v. Sounds perfect. Almost no heat generated. But that sounds too good to be true. Seems like I'm walking a tightrope and any drop of current might start causing issues.
I could use the +12v supply but that's going to be a lot of heat. I guess I could put a giant heat sink on it. But that sounds kludgy. I also thought about maybe using an LM317 to step it down twice. Step the +12v down to +7 or +8v using the LM317 and then using that as an input to the UA78M33. But that means more resistors, parts, math, etc.
The second part of my LONG question is dealing with ground. My apologies for my ignorance, I really should know this but I like to triple check when dealing with power, vintage equipment, etc.
Assuming I get my two voltages, have my micro-controllers hooked up, have legacy NMOS +5v parts hooked up, etc...do I literally tie all grounds together?? I know that sounds silly. But is "ground" just "ground"? Or, do I need to worry about having separate ground planes for different voltages, etc.
My 65C02 designs (and legacy 6502 equipment) will run 1-2MHz tops. My micro-controller (Propeller) could run 96MHz but using internal PLL's with an external 6MHz crystal....not sure if that's relevant but I wanted to mention it.
I'm graduating from simple breadboards to "real" devices.
Lots to learn.
Thanks!!