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.

TMS320F28388D: IPC between different core

Part Number: TMS320F28388D

Hi, the kidness engineer of TI's company.

like the example above, without any ISR, I am curious about how to make sure no conflict between different core in 28388d ?

s.t. if CPU1 write data to this msgram "MSGRAM_CPU_TO_CM_ECAT" while the CM core read the value in this ram at the same time,

how to make sure cpu1 is finish the writing before cm read, if without any isr?