This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Question about the IPC example

Hello,

I'm now start testing IPC, and according to the User Guide. I create a new CCS project and from the project emplates and examples I used C6678 IPC and I/O Examples directly (one is notifiy another one is messageQ). and in the RTSC Configuration settings I selected the related IPC and SYS/BIOS in products and Repositories. I could build the project successfully as well,  but when I run my board and debug it, there's nothing shown on my console for messageQ project. and in my notify project, there‘s only 

main: MultiProc id = 0
main: MultiProc name = CORE0

printed out. which is not correct.

I was following the user guide. and set everything already. whats probably the problem? 

one thing I have to mention about is, when the point I just created the project, theres a print out warning as follow.

ti.sdo.ipc.examples.platforms.evm6678.core0.Platform.Instance#0 : The platform 'ti.sdo.ipc.examples.platforms.evm6678.core0.Platform' is using a deprecated property 'this.$private.args. All references to that property should be removed.

might it be a problem? 

Looking forward to your response, Thank you

Wendy