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.

AM6422: IPC RPMSG Linux freertos

Part Number: AM6422

Tool/software:

Hello,

    We are developing based on SDK 8.6 using the AM6422. Currently, there are two usage scenarios: first, while using the Linux system, the real-time cores R5F0-0 and R5F1-0 run applications, with inter-core communication between the two real-time cores achieved through shared memory. At the same time, the two real-time cores can also communicate with the A53 Linux system via shared memory. Second, without using the Linux system, only the real-time cores R5F0-0 and R5F1-0 are used, with inter-core communication between them achieved through shared memory. Are both of these usage scenarios feasible? If so, are there relevant examples or documentation available?