Hi there:
I am a newbie to use c6455 for development. I am currently investigating the SRIO communication between different endpoints.
I have a 6455 EVM. Previously, I used the srio_master.c and srio_slave.c attached in the CCStudio to succussfully test the Direct IO method.
Then I found the message passing method. I want to make some experiments using the the MSGQ which enables abstracted inter-processor communications for Message Passing functionality. I found the in the CCStudio directory, there is an example code.
\CCStudio_v3.2\bios_5_21\packages\ti\bios\examples\advanced\msgq_clientServer\msgq_clientServer.c
Then I run the project under the following directory
C:\CCStudio_v3.2\bios_5_21\packages\ti\bios\examples\advanced\msgq_clientServer\dsk6455
The building is successful, but why I did not see any output like
Task client0 sending a msg with sequence #: 0
Task client1 sending a msg with sequence #: 0
Task client2 sending a msg with sequence #: 0
Received msg from task client0 with sequence #: 0
Received msg from task client1 with sequence #: 0
Received msg from task client2 with sequence #: 0
Task client0 sending a msg with sequence #: 1
Task client1 sending a msg with sequence #: 1
Task client2 sending a msg with sequence #: 1
Received msg from task client0 with sequence #: 1
Can any of you give me some Hints?
THanks a lot