In the Syslink sample code the Message Queue name is given in the MessageApp_common.cfg.xs file as:
Program.global.MSGQ_NAME = "MSGQ_";
I tried changing this name in the .cfg file of my DSP code, consisting of largely copy-and-past from the MessageQ sample, and the MessageQ_create function failed to create the host's queue. I changed the name back to waht it is in the sample, and the code worked. What is going on?
Lee Holeva