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.

CCS/TMS320F28379D: IPC

Part Number: TMS320F28379D
Other Parts Discussed in Thread: C2000WARE

Tool/software: Code Composer Studio

Hi,

The implementation and execution of the algorithms in each core is running smoothly.

However, we are unable to configure inter-core communication. Can we use IPC? or other?
What will be the method to use to initialize the communication (use of  IPC or other)?

Thank you

  • Hi,

    What do you mean by 'unable to configure inter-core communication'? IPC is module that is used to send messages from one core to another. It helps you trigger interrupts in the remote core, send some data, synchronization etc. You can go through the device TRM on details on features it supports. There are also some examples available in C2000ware which you can refer.

    Thanks and Regards,

    Veena