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/TDA2PXEVM: Additional build options to build sample applications of C66x.

Part Number: TDA2PXEVM
Other Parts Discussed in Thread: MATHLIB

Tool/software: Code Composer Studio

Hi,

I built a sample application(DSPLIB) of C66x, and executed target file(ccxml) on TDA2P EVM, but I got following errors.

      Does not match the target endianness, not loaded.

      Check project build options and target configuration file (ccxml).

Is there any additional options which should be set when I build?

If you have more detailed manuals to build samples, please share the URL.

Followings are the details of my procedure.

====================

* Environment

 - OS

    Windows10 pro

 - Tools

    Code Composer Studio 8.1.0

    Code Generation Tools 7.4.2

    dsplib_c66x_3_4_0_0

    mathlib_c66x_3_1_0_0

* Procedure

  1. I made environment by following the manual.

    DSPLIB User's Manual ⇒ Building ⇒ CCS Build Process

  2. I selected the folder(DSP_add16_66_BE_COFF) from "Select CCS projects to Import".

  3. I generated NewTargetConfiguration.ccxml from "File -> New -> Target Configuration File".

    Connection : Spectrum Digital XD5560V2 STM USB Emulator

    Board : TDA2Px

    -->Save (Test was passed.)

  4. I selected Launch Selected Configuration.

  5. I selected followins from "debug";

    "CortexA15_0 -> system_Reset -> Connect_Target"

    "TDA2Px_MULTICORE_Initialization -> TDA2Px_MULTICORE_Enable_ALLCores"

    "C66xx_DSP1 -> Connect_Target -> CPU_Reset"

    "Load_program -> DSP_add16_66_BE_COFF.out"

* Results

    Does not match the target endianness, not loaded.

    Check project build options and target configuration file (ccxml).

==========

Thanks,

Koji