Page 1 of 1

blink led using c_sof channel

Posted: Wed Dec 19, 2018 3:17 pm
by jsaksris
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.

Re: blink led using c_sof channel

Posted: Wed Dec 19, 2018 3:19 pm
by jsaksris
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?

Re: blink led using c_sof channel

Posted: Wed Dec 19, 2018 3:45 pm
by jsaksris
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?

Re: blink led using c_sof channel

Posted: Wed Dec 19, 2018 3:52 pm
by jsaksris
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

Re: blink led using c_sof channel

Posted: Wed Dec 19, 2018 4:12 pm
by jsaksris
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.