Hi,
For some days now I've tried to get a QMSS code-snippit working, where one core just sends a message to another core though hardware queues. However, the descriptor just got queued in the TX-queue and nothing else happend, even when sending messages with just a single core involved.
Today I discovered that the code works as expected on the C6678 simulator, where "messages" are passed correctly to the listening RX queue, which itself fetches free descriptors from its rxFreeQueue.
Most likely it's a fault on my side, however I still wonder why it works with the simulator.
It would be really great if somebody could take a look at the demo project: http://e2e.ti.com/cfs-file.ashx/__key/communityserver-discussions-components-files/639/0804.CPPIExecutor.7z
Thanks in advance, Clemens
PS: In general QMSS was troublesome - there is a lot of high-level documentation available (webminars, multicore navigator users guide) and only a few quite poorly documented samples. Documentation on an intermediate level would be great, even better documentation of the samples themself would help a lot.