Search found 8 matches

by Yanava
Tue Dec 01, 2020 6:09 am
Forum: XMOS Devices
Topic: Pin mapping for XUF208 + MCU on a board vs. flash pins
Replies: 2
Views: 6396

Re: Pin mapping for XUF208 + MCU on a board vs. flash pins

Hello, mon2! Deeply appreciate your contribution - you helped me a lot!!! Onto your points: 1) The STM32 is the master because it handles volume changes from the front painel IO and I'd rather implement simple communication between XMOS and STM32 about PCM modes than having the volume changes to be ...
by Yanava
Tue Nov 17, 2020 4:08 pm
Forum: Q&A
Topic: USB Audio framework spdif to i2s issue
Replies: 19
Views: 25056

Re: USB Audio framework spdif to i2s issue

Did you manage to get this working? It is very unclear on the XMOS documentation how to get SPDIF and USB Audio working on the same part.
by Yanava
Tue Nov 17, 2020 4:01 pm
Forum: XMOS Devices
Topic: Pin mapping for XUF208 + MCU on a board vs. flash pins
Replies: 2
Views: 6396

Pin mapping for XUF208 + MCU on a board vs. flash pins

Hello folks. I'm spinning the third prototype revision of a product I'm building - a stereo DAC device based on the XUF208-128-TQ64. I have read through a lot of posts and I think it is OK but, since I'm funding this and I don't want to end up with crap boards, would you mind helping me out checking...
by Yanava
Wed Dec 26, 2018 2:45 pm
Forum: Q&A
Topic: Problem with XMOS Stereo driver and 32-bit
Replies: 4
Views: 11709

Re: Problem with XMOS Stereo driver and 32-bit

Have you tried the Thesycon demo driver? Perhaps that's worth a shot prior to investing some heavy bucks into their full featured offering. I think it's a real bummer I have to go to a third party to get driver support for Windows. But again, it's also a bummer Windows USB Audio class 2 support sucks.
by Yanava
Wed Dec 26, 2018 2:41 pm
Forum: Q&A
Topic: [HELP] error: use of `p_i2c_4` violates parallel usage rules
Replies: 3
Views: 27324

Re: [HELP] error: use of `p_i2c_4` violates parallel usage rules

Given that piece of info, can you answer: without using lib_i2c, how are you supposed to share the i2c bus between multiple clients?

Regards.
by Yanava
Wed Dec 26, 2018 2:39 pm
Forum: Q&A
Topic: defining interfaces outside of main.xc
Replies: 2
Views: 35502

Re: defining interfaces outside of main.xc

You have a couple improvements you can make: 1) As mentioned, you can typedef interface LEDs_interface into LEDs_interface, then use: void LEDControl(server LEDs_interface); 2) If you are going to handle your interface to multiple clients, you have to allow your server to handle multiple instances. ...
by Yanava
Wed Dec 26, 2018 2:33 pm
Forum: Q&A
Topic: using lib_i2c
Replies: 1
Views: 31050

Re: using lib_i2c

There are some global free statements, like the timerafter to set time, I'm not sure you can do that outside a function. I've just recently done the porting of lib_i2c to my project and usually you don't pass the port around, but rather the interface instance. Can you provide a bit more detail on wh...
by Yanava
Wed Dec 26, 2018 4:06 am
Forum: Getting started
Topic: Simple USB Audio design taking more than 8 cores on XU208
Replies: 1
Views: 28727

Simple USB Audio design taking more than 8 cores on XU208

Hello everyone, this is my first post. I'm designing a DAC based on the XU208, which I'd like to have: USB Audio Class 2 2 Channels Out DSD Support up to DSD128 (perhaps DSD256 in the future) SPDI RX In Control for the DAC Chip Volume controls (which control the DAC gain directly) (Future) I2C contr...