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.
use of a pointer at the server interface
-
- XCore Addict
- Posts: 143
- Joined: Mon Apr 16, 2018 9:14 am
-
- XCore Addict
- Posts: 143
- Joined: Mon Apr 16, 2018 9:14 am
I sent you a code example in PM.