The LPC1114 is an 32 bit ARM M0 processor with 48Mhz. This chip is available in a 28 DIP package which is a big advantage for hobbyists.
Here is the code for a sin wave generator with an LPC1114. I used an LPC1114Xpresso board ( it is quite cheap ).
Be aware that the code is not running with the LPC1114FN28 Dip package because the pin used is not connected. For the LPC1114FN28 see the code further down in this thread.
features:
audio output: 10bit pwm
sampling rate: 48kHz
sin wave frequency: 440 Hz ( may be changed in code )
Here is a link to a pdf on how to interface a LPC1114 to a LPC1114Xpresso:
http://www.sase.com.ar/2012/files/2012/ ... -DIP28.pdf
LPC1114 Data Sheet: http://www.nxp.com/documents/data_sheet/LPC111X.pdf