Search found 29 matches

by jsaksris
Tue May 30, 2023 1:54 pm
Forum: Q&A
Topic: play music to avb endpoint in xcore-200 Kit
Replies: 3
Views: 6574

Re: play music to avb endpoint in xcore-200 Kit

In theory, would it be possible to use the RME digiface AVB? I have bought one to try it out but it seems that the xcore-200 kit is not discoverable.
by jsaksris
Mon Mar 23, 2020 10:25 am
Forum: XMOS Devices
Topic: XMOS audio channel limit 48 channels at 176.4 kHz
Replies: 1
Views: 2459

XMOS audio channel limit 48 channels at 176.4 kHz

For XCORE 200 is it capable of 16 bits 48 channels at 176.4Khz?
Which is within UAC2 limit.

Has anyone looked into this?
by jsaksris
Thu Oct 10, 2019 9:52 am
Forum: Getting started
Topic: read and write to USB flash drive
Replies: 3
Views: 58456

Re: read and write to USB flash drive

That would mean connecting the XMOS to STM32 using the USB interface?

What would be the best practice for STM32 to receive the audio stream

If not for a USB flash drive.. would writing to an SD card (16 channel at 24bits 48kHz) be something more reasonable?
by jsaksris
Thu Oct 03, 2019 1:41 pm
Forum: Getting started
Topic: read and write to USB flash drive
Replies: 3
Views: 58456

read and write to USB flash drive

Have anyone try to read/write to USB flash drive using XMOS?

I have seen a lot of example as device, but not much resources as a host.
by jsaksris
Wed Jan 16, 2019 4:10 pm
Forum: Jobs
Topic: need helps setting up programming environment
Replies: 0
Views: 23388

need helps setting up programming environment

I'm struggling in linking the files together,

willing to pay 20euro/hr for your time
by jsaksris
Wed Jan 16, 2019 3:55 pm
Forum: Q&A
Topic: Adding includes path to Makefile
Replies: 0
Views: 15140

Adding includes path to Makefile

How can I add include path to Makefile?
The file is in Project/src/core
And I have tried added the following to Makefile

SOURCE_DIRS = lib_logging/api \
src/core/* \
src/extensions/*

INCLUDE_DIRS = lib_logging/api/debug_print.h \
src/core/* \
src/extensions/*
by jsaksris
Fri Dec 21, 2018 10:54 am
Forum: Q&A
Topic: stddef.h cannot find __builtin_offsetof
Replies: 0
Views: 48824

stddef.h cannot find __builtin_offsetof

This is probably a C++ issue.. in side the tool suite.

help?
by jsaksris
Fri Dec 21, 2018 9:53 am
Forum: Q&A
Topic: compiling library
Replies: 3
Views: 39691

Re: compiling library

http://www.xcore.com/viewtopic.php?t=234

I may have answered my own question...
oh well, I'll leave it here so the next person have an easier time finding it
by jsaksris
Fri Dec 21, 2018 9:39 am
Forum: Q&A
Topic: compiling library
Replies: 3
Views: 39691

Re: compiling library

would you erraborate on adding the path to makefile?

In C there's usually a source variable to add path to gcc with -I
The xmos makefile doesn't seems to be evident here.
by jsaksris
Wed Dec 19, 2018 4:47 pm
Forum: Q&A
Topic: compiling library
Replies: 3
Views: 39691

compiling library

It seems that the when adding library to the code (lib_usb, lib_gpio, lib_i2c) The problem occurs when compiling, the program doesn't seems to find the .h files. These files are in the api folder of each library the path have been added to "property > general > path and symbols" as a works...