We are trying to use one of the 'G' series MSP430's for a DTMF application. I need to read the PCM stream which is a 128Kbit stream. I have manipulated the PCM stream and am only reading the necessary data (128Kbit per second). How can I use the MSP430 to input this PCM data? I could implement a 16-bit shift register to grab the data.
-Tom-