Search found 29 matches

by jsaksris
Wed Dec 19, 2018 4:12 pm
Forum: Q&A
Topic: blink led using c_sof channel
Replies: 4
Views: 40040

Re: blink led using c_sof channel

found the file XUD_Manager.xc in lib_usb.

Now recompiling the library gives a bunch of error.. I think this is off topic now.. I'll close.
by jsaksris
Wed Dec 19, 2018 3:52 pm
Forum: Q&A
Topic: blink led using c_sof channel
Replies: 4
Views: 40040

Re: blink led using c_sof channel

it seems that there exist XUD_Manager.xc from the look inside the assembly code.
But I can't find it.

This work is related to USB audio 2.0 reference software
by jsaksris
Wed Dec 19, 2018 3:45 pm
Forum: Q&A
Topic: blink led using c_sof channel
Replies: 4
Views: 40040

Re: blink led using c_sof channel

It seems that I can add another channel to XUD_Manager to communicate through the channel..
I have found xud.h but doesn't seems to have xud.c that I can change.

anyone with experience?
by jsaksris
Wed Dec 19, 2018 3:19 pm
Forum: Q&A
Topic: blink led using c_sof channel
Replies: 4
Views: 40040

Re: blink led using c_sof channel

I have read this http://www.xcore.com/viewtopic.php?t=3751

but how can I copy the value to the c_sof to another channel?
by jsaksris
Wed Dec 19, 2018 3:17 pm
Forum: Q&A
Topic: blink led using c_sof channel
Replies: 4
Views: 40040

blink led using c_sof channel

Is it possible to blink LED using c_sof channel

I have created a function that take a channel as an input..
the compiler doesn't seems to be happy.
by jsaksris
Fri Dec 14, 2018 5:05 pm
Forum: Q&A
Topic: xcore-200 multichannel add function
Replies: 2
Views: 39385

Re: xcore-200 multichannel add function

bump!
by jsaksris
Fri Dec 14, 2018 4:27 pm
Forum: Q&A
Topic: using lib_i2c
Replies: 1
Views: 30914

using lib_i2c

I'm struggling to link the the multichannel audio reference project with the i2c library
following the http://www.xcore.com/viewtopic.php?f=8& ... 220#p28220
But there are bugs in lib_i2c

The idea is to check for overflow and turn on the LED.
by jsaksris
Thu Dec 06, 2018 8:21 pm
Forum: Introductions!
Topic: Hello from french
Replies: 2
Views: 82022

Re: Hello from french

Well Hello,

hope you have fun building stuff.
I'm in France as well, glad to make your aquiantance.
by jsaksris
Wed Dec 05, 2018 2:35 pm
Forum: Q&A
Topic: xcore-200 multichannel add function
Replies: 2
Views: 39385

xcore-200 multichannel add function

Dear veteran xmos dev, How can I add a new function to the USB audio 2.0 reference software? (app_usb_aud_xk_216_mc) The main functioning of the program are separated into 2 project, the app_usb_aud_xk_216_mc and module_usb_audio. Where the initialization of hardwares is in app_usb_aud_xk_216_mc [AD...
by jsaksris
Mon Dec 03, 2018 4:36 pm
Forum: Q&A
Topic: defining interfaces outside of main.xc
Replies: 2
Views: 35238

defining interfaces outside of main.xc

hello all, for the reason of code organisation, I would like to define my interfaces and function outside of main.xc can I get help with the syntax? I have written the interface in Tasks.xc and have Tasks.h file so that other files would be able to access the interface and value. but there is a synt...