Search found 35 matches

by jmag99
Wed Jul 31, 2019 8:38 pm
Forum: XMOS Devices
Topic: Converting from XU208 to XUF208
Replies: 1
Views: 3897

Converting from XU208 to XUF208

Can a design be changed from an XU part to and XUF part by simply omitting the quad spi flash part? Are there any other changes required? I am unable to find stock of the XU parts anywhere and have found that Digikey has the XUF version of the part.
by jmag99
Fri Jun 28, 2019 7:19 pm
Forum: USB Audio
Topic: Migrating from XHRA to XU208
Replies: 189
Views: 1276765

Re: Migrating from XHRA to XU208

I can confirm that the above link is the fix for the VBUS issue. The link to the updated library is broken but can be found here:
https://www.xcore.com/viewtopic.php?t=7184

You just replace the modules with the new ones and do a clean build.
by jmag99
Fri Jun 28, 2019 5:18 pm
Forum: USB Audio
Topic: Migrating from XHRA to XU208
Replies: 189
Views: 1276765

Re: Migrating from XHRA to XU208

For those wondering, xmos pointed me to the solution here:
https://www.xmos.com/developer/download ... 1.0%29.pdf

I will follow-up on this thread once I test and confirm that it works.
by jmag99
Fri Jun 28, 2019 3:55 pm
Forum: USB Audio
Topic: Migrating from XHRA to XU208
Replies: 189
Views: 1276765

Re: Migrating from XHRA to XU208

I just assumed not connect it since all of the documentation for the part says not to connect it if you are bus powered... I can add the connection (which I did for testing), but would be nice if this worked as the documentation says that it should.
by jmag99
Fri Jun 28, 2019 3:27 pm
Forum: USB Audio
Topic: Migrating from XHRA to XU208
Replies: 189
Views: 1276765

Re: Migrating from XHRA to XU208

Board is bus powered. Here is the output: Program received signal SIGBUS, Bus error. [Switching to tile[0] core[1] (dual issue)] XUD_SetReady_OutPtr (ep=<value optimized out>, addr=<value optimized out>) at C:/Firmware/XMOS/sc_usb_audio/module_usb_audio/usb_buffer/decouple.xc:681 681 inuchar(c_buf_c...
by jmag99
Fri Jun 28, 2019 1:33 pm
Forum: USB Audio
Topic: Migrating from XHRA to XU208
Replies: 189
Views: 1276765

Re: Migrating from XHRA to XU208

I tried setting it directly (#define XUD_PWR_CFG XUD_PWR_BUS), but the end result did not change. No enumeration without vbus connected.
by jmag99
Fri Jun 28, 2019 12:19 pm
Forum: USB Audio
Topic: Migrating from XHRA to XU208
Replies: 189
Views: 1276765

Re: Migrating from XHRA to XU208

In devicedefines.h, this is present:

#ifndef XUD_PWR_CFG
#ifdef SELF_POWERED
#define XUD_PWR_CFG XUD_PWR_SELF
#else
#define XUD_PWR_CFG XUD_PWR_BUS
#endif
#endif

In xTimeComposer, it shows that the value is defined as XUD_PWR_BUS

I will double-check to be sure.
by jmag99
Thu Jun 27, 2019 12:56 pm
Forum: USB Audio
Topic: Migrating from XHRA to XU208
Replies: 189
Views: 1276765

Re: Migrating from XHRA to XU208

I am having the same issue as TriHex above. The XU208 will not enumerate when VBUS is disconnected, even when SELF_POWERED is set to 0. I am using the latest version of the stack combined with the zip from the original post. Any idea what this could be?
by jmag99
Thu Mar 08, 2018 4:50 pm
Forum: USB Audio
Topic: Migrating from XHRA to XU208
Replies: 189
Views: 1276765

Re: Migrating from XHRA to XU208

Yes, it's the same bin file you can create from the instructions in the first post.
by jmag99
Thu Mar 08, 2018 2:01 pm
Forum: USB Audio
Topic: Migrating from XHRA to XU208
Replies: 189
Views: 1276765

Re: Migrating from XHRA to XU208

There are instructions in the first post for how to create the bin. You will need a way to hold the xmos in reset while you program as well.