I am not getting a good tutorial for syslink usage. Please guide me to some example or steps on using syslink
I want to write an matrix multiply application which involves process on one core creating the the data on shared memory space for matrix A and B and sending a message to other cores of the offset and size in the memory from where they have to pick up the data and do computation. I would like to know, what IPC is good to use.