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.

TMDS64EVM: IPC Notify when Linux is running on the A53

Part Number: TMDS64EVM


Good morning,

we are encountering problems with the IPC Notify object on the AM64x. We are using the evalboard TMDS64EVM.

Our system has Linux on A53 and FreeRTOS on all R5F and M4 microcontrollers. This is our IPC communication configuration.

                      

I made a test where the R5F0_0 sends an IPC Notify to R5F0_1 but it doesn't work.

It seems that the IPC Notify receiving callback doesn't wake up when we try to send the notification to that specific client.

I check both the destination core id and also the destination client id and they seem correct. Moreover the IPC Notify send operation returns SUCCESS.

I also tried to configure system with IPC Notify Only, but with the same bad results.

I looked for on the web but I found only examples of IPC Notify in AM64x system without Linux on board.

Is there something different in the configuration and use of IPC Notify when Linux A53 IPC RP Message is enabled?

Do you have some examples similar to the above case?