I am thinking about using MSP430 as a data format converter. It would receive up to 192ks/s, 24 bit I2S
data stream and separate left and right data. Then it would clock the data out to two non-I2S serial input DACs.
Is MSP430 capable doing this considering the I2S data format and the volume of data: 9,216,000 bps.
(The I2S data length can be anything between 16 and 24 bits. The processor will have to determine
the number of bits received.)
Tony