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/PROCESSOR-SDK-OMAPL138: CCS Source projects of examples

Part Number: PROCESSOR-SDK-OMAPL138
Other Parts Discussed in Thread: OMAPL138

Tool/software: Code Composer Studio

Hi,

I am going to run an example of IPC on an TMDSLCK138 board. The SDK version of the processor i am using is ti-processor-SDK-OMAL138-LCDK-06.01.00.08.

I have the source codes, but i need to have the CCS projects to understand the examples. Would you please send the CCS projects of the IPC examples below for me?

- ex02_messageq

-ex11_ping

We are using Linux OS for ARM Processor and SYS/Bios for DSP Processor, respectively.

Would you please help me?

  • Hello,

    The IPC examples provided in Processor SDK are makefile-based and can be built using the top level makefile in the Processor SDK Linux directory as described in the IPC Quick Start Guide below.

    IPC Quick Start Guide

    It is possible to build these examples inside CCS, but we do not provide the projects for them. You will need to refer to the makefile inside ~\ipc_3_50_04_07\examples\OMAPL138_linux_elf\ex02_messageq\dsp to see what compiler, linker, and build options need to be added to the CCS project. 

    In the following thread, the user was able to successfully build the messageQ example using CCS, and they posted their project. You may use that for reference. 

    Please let me know if you have any questions.

    Regards,
    Sahin

  • Hello

    thank you for your response,

    I used the top-level makefile to build x02_messageq example but it generated following warnings:

    Would you please help me?

  • Hello,

    Those warnings are expected and can be ignored. Once the build is complete, you can find the binaries under ~/ipc_x_xx_xx_xx/examples/OMAPL138_linux_elf/ inside the bin folders. 

    Regards,
    Sahin