I could use a 1.2 volt shunt reference, with a reasonable resistor from 3.3, and use an opamp to scale the 1.2 up to 3. More parts! The National low-dropout reference is ideal, if it doesn't oscillate.
The NXP LPC1768 we're going to use has a 12 bit mux'd ADC and a 10 bit DAC, and all the other stuff like ram, flash, SPI we need. It's a 100 MHz CPU with single-cycle multiply, pretty impressive for around $7. We're going to be running a couple of PID loops as fast as the ADC can feed us data, 100K hits a second maybe.
Some of the ST parts look nice, but we already have the compiler/jtag infrastructure in place for the NXP, and we're blinking LEDs, so we'll stick with that.
ARM seems to have won the embedded game. Freescale/Coldfire is rumored to be seriously ill.
John