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.

AM6421: AM6421 generic IO profile ethernet-ip adaptor IPC issue

Part Number: AM6421

Hi,

  Background:   Ethernet-Ip Adaptor Application on AM6421 using Generic Device Profile. For Explicit messages

  Issue:     When using Generic device profile Ethernet-IP Adaptor Application on R5F0_0 we are unable to receive IPC messages from R5F1_0 core. 

  

We observed below issue:

-  IpcNotify_syncAll(SystemP_WAIT_FOREVER); does not work, means it does not sync with r5f1_0core running and issuing sync message.

- Than we tried  IpcNotify_sendSync(CSL_CORE_ID_R5FSS0_0); from R5F1_0 Core, with this R5F0_0 randomly syncs with R5F1_0. after executing this command for multiple times.

-  The RPMessage_recv()  does not respond when messages are sent from R5F1_0 core.

- When we send the message from R5F0_0 from Ethernet -IP Program to R5F1_0. we are able to receive on R5F1_0.

   But same IPC works well in Ethernet-IP Adaptor Application with Discrete IO Device profile. and we are able to communicate by Implicit messages. 

    

Please give the method how we can solve this issue on generic device profile.

Thank You.