Part Number: F29H850TU
Tool/software:
This question is regarding IPC implementation on the F29. We are currently using F29H85x-SDK 1.01.00.00 and need to transfer data from core 1 to core 3 and vice versa.
The F29H85x-SDK has several multicore IPC examples:
- ipc_ex2_basic_cpu1_cpu3_multi
- ssuIpc_ex1_basic_cpu1_cpu3_multi
- Ipc_Hal_Example_Interrupt_C29x3
I'm new to the F29 and trying to understand the pros/cons of the three different IPC examples to determine which technique to use in our design. We have an example of ipc_ex2_basic_cpu1_cpu3_multi working.
Is there any guidance available to help determine the pros and cons of these three approaches to find the best solution for an application?