Other Parts Discussed in Thread: TMDXIDDK379D, C2000WARE
Hi,
I am trying to receive ethernet data from CM and send it to CPU1 through MSGRAM_CM_TO_CPU.
Do I have to use IPC when data is transferred CM to CPU1?
I allocated buffer in the message ram.
And CM write data to MSGRAM_CM_TO_CPU and CPU1 just read buffer without interrupt or message?
Could this be a problem?
Are messages or interrupts necessary for data transfer between two cores?