Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE
Is there any example available that demonstrates how to transfer data from CPU1 to CPU2?
Example: I would like to transmit an array "Array[3]" to CPU 2.
Thank you
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.
Part Number: LAUNCHXL-F28379D
Other Parts Discussed in Thread: C2000WARE
Is there any example available that demonstrates how to transfer data from CPU1 to CPU2?
Example: I would like to transmit an array "Array[3]" to CPU 2.
Thank you
Hi,
Have you checked the examples available in C2000ware?
<C2000ware>\device_support\f2837xd\examples\dual
<C2000ware>\driverlib\f2837xd\examples\dual\ipc
Regards,
Veena
For sharing a data from CPU1 to CPU2, you need to place the data in the CPU1TOCPU2MSGRAM or in a GSRAM. Once the data is available in the MSGRAM/GSRAM, you can notify the other core by setting the IPC flag.
Please check if the the ram_ex1_management available in driverlib\f2837xd\examples\dual\ram meets your requirement
Regards,
Veena