Ok, I am wanting to design an adjustable power supply. Woohoo, whatever.
The rough specs are something like 1.2VDC - 30VDC @ 4A.
I am thinking about using the LM2679 (a simple switching regulator), Adjustment is fairly trivial by using a voltage divider to drive the feedback input.
So far, so good, nothing too exciting.
Now, the fun part. I want to control the voltage divider using a Pic or other uC. The first thought that came to mind was "A digipot! No problem."
Then I started thinking about the voltage divider... It feeds straight from the regulator's output (after some filtering). The digipot will see 30VDC on it's virtual wiper. That severely limits my digipot choices. The AD5292 will handle that as long as you supply it with a Vdd of greater than the V on the virtual contacts (with a max Vdd of 35V).
Any other digipots that I don't know about that will handle those voltage levels?
PS: I suppose I could use a DAC and a MOSFET, but at first blush the digipot route seems simpler.