use of a pointer at the server interface

Technical questions regarding the XTC tools and programming with XMOS.
MaximLiadov
XCore Addict
Posts: 130
Joined: Mon Apr 16, 2018 9:14 am

Post by MaximLiadov »

I recommend you to start without array first, because I have doubts that it's about array.

If you have complicated enough project, you should also declare a client in main.xc and then use a link to that client to any xc file you like. A server can have multiple clients and it's available from any core at any tile. So any interface function could be called from a client from any xc file. But the declaration in main.xc is a must.

Please, correct me if I am wrong.


MaximLiadov
XCore Addict
Posts: 130
Joined: Mon Apr 16, 2018 9:14 am

Post by MaximLiadov »

I sent you a code example in PM.