XMOS as a bridge between USB Audio and I2S Topic is solved

If you have a simple question and just want an answer.
HorschtX
New User
Posts: 2
Joined: Sat Dec 06, 2014 12:19 am

XMOS as a bridge between USB Audio and I2S

Post by HorschtX »

Hello all together,

This is my first project with an XMOS controller. I hope you can help me.

This is only a hobby project. I like to use the XMOS as a bridge between USB Audio and I2S.

I have designed a small board with an XS1-U8A-64 XMOS controller. In general did the board working. I have wrote a small programm to toggle a port pin. This works fine.

Now I´m a little bit confused. There are so many guides and programm parts.

Does anyone can say me what I need for my project or can give me an exmample what I must do.

If is it nessesary I can uplaod the shematics.

Thanks for helping me

Tobias

View Solution
User avatar
sethu_jangala
XCore Expert
Posts: 589
Joined: Wed Feb 29, 2012 10:03 am

Post by sethu_jangala »

The best starting point for you is to look at the USB Audio reference design files:

1. For single channel: (This is deprecated now)

https://www.xmos.com/support/reference% ... duct=14772

2. Multichannel :

https://www.xmos.com/support/reference% ... duct=14771

 

Have a look at the schematics and software available in the above links.

HorschtX
New User
Posts: 2
Joined: Sat Dec 06, 2014 12:19 am

Post by HorschtX »

It works now.

I found my fallacy.

Thank you