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.

RTOS/PROCESSOR-SDK-AM57X: CCS ex02-messageq Example for AM5728

Part Number: PROCESSOR-SDK-AM57X
Other Parts Discussed in Thread: AM5728

Tool/software: TI-RTOS

Do you have any example CCS projects for the ex02_messageq example that I can use to get started with IPC? I am using the AM572x Evaluation Module: www.ti.com/.../tmdsevm572x. I am using the AM5728 processor.

  • Hello,

    Are you running RTOS or Linux on the ARM core?

    CCS projects for IPC examples are not officially supported. The examples are makefile based and need to be built using the steps listed in the PRSDK documentation:

    Instructions for building examples with ARM running RTOS:

    Instructions for building examples with ARM running Linux:

    That being said, I have ported the IPC RTOS messageQ examples to CCS for the ARM & DSP, and attached them to the following thread. You may use them as reference.