Hi guys!
Please let me know: is single MCFW link object can service a number of clients?
I mean next scenario:
1) main process that run under Linux on A8 side create single link object that run under RTOS on C64 side
2) after creation, main process start sends controls to this link object, as first client, and create "child" process that runs under Linux on A8 side too.
3) created child process start controls to link objects as second client.
Please let me know is this possible? Is SystemLink object is multiple-process safe (pay attention, not threads, just processes)?!?