I want to do IPC communication between two cores, but when I am importing a system_freertos_nortos project from the below folder and compiling it, I am finally getting an app image for all cores.
C:\ti\mcu_plus_sdk_am64x_08_05_00_24\examples\drivers\ipc\ipc_rpmsg_echo\am64x-evm
I want an output for particular cores, like core R5F0_0 and core R5F0_1, not for all cores. How can I get App image for two cores ?
This section contains changes made to the IPC Notify + RP Message example to create a dual-core app image from an existing 4-core IPC Notify + RP Message example.
I am creating an IPC multicore app image for R5F0_0 and R5F0_1, and you have to follow the same procedure for the other cores as well.