This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
I have a customer that is interested in interfacing a Si3210 SLIC to a MSP430 with USB to add support for USB. This would require connecting to the Si3210 SLIC via the PCM i/f and providing USB audio device support.
Does MSP430 with USB support Audio (Isochronus) Class driver?
Can the MSP430 interface to a PCM i/f standard? See Below:
Unfortunately the USB module doesn't support isochronous transfers. This is a hardware limitation, so there's no way around it, other than doing audio with a different device class. For example, you could probably do voiceband audio with a composite HID+HID setup, if you were willing to accept the tradeoffs involved (that is, different host software situation, and develop a simple coding scheme to interleave the data -- pretty simple using our HID API stack).
If you're open to that, let me know and we can discuss further, as well as explore the PCM question.
Regards,
Keith
**Attention** This is a public forum