Page 1 of 1

Import Error

Posted: Mon Jul 16, 2018 2:10 pm
by Jordan
Hello,

Recently, I downloaded "USB Audio 2.0 Device Software - source code" and used "app_usb_aud_xk_216_mc" with XCORE-200 MC AUDIO.
But when i tried tu build the soft, in the import wizard widnow, i haved the following error " Some of the required projects cannot be succesfully imported" (screenshot in attachement).

Have you got any idea to fix that ?
Thanks in advance.

Re: Import Error

Posted: Tue Jul 17, 2018 1:55 pm
by mon2
Hello. Can you start with a fresh workspace -> download a fresh copy of the IP and then "File>Import>Existing Projects into Workspace". Does that work for you?

There is a good thread here that may help out:

http://www.xcore.com/viewtopic.php?f=37 ... ilit=xu208

Re: Import Error

Posted: Thu Jul 19, 2018 3:32 pm
by Jordan
Thanks i found a solution !

An other little question, i get audio by USB (i use build 2i10o10xsxxx) i have audio in one line channel in output and that all. I need it in spdif but actually i have nothing in spdif (exept "clock") but in the build SPDIF is on :/

Any idea ?

Re: Import Error

Posted: Thu Jul 19, 2018 6:57 pm
by mon2
Hi Jordan. Not being an audio developer I may be wrong here but from the following document:

USB Audio Design Guide

http://www.xmos.com/published/usb-audio ... ion=latest
Since your applied IP starts with the "2", you are using Audio Class 2 which implies that by default, this build will generate code with No Spdif input & No Spdif output.

Perhaps you are after Audio Class 1?

Re: Import Error

Posted: Fri Jul 20, 2018 8:05 am
by Jordan
Hi, thanks to take the time to answer me,

Class 1 or 2, i think is not the problème, in the table we can see is just an option and nothing say we can't use audio class 2 with SPDIF.
You probably read in the example "no SPDIF output" but it's "no MIDI spdif output". And if we look the config we have "s" so SPDIF output is normaly enable.

It's clearer in the makefile (screenshoot attachment).