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.

run a project on ETMS320C6472 using XDSUSB emulator and CCSv4

Other Parts Discussed in Thread: TMS320C6472

Hello ,

Please I want to  run a hello world project on TMS320C6472-EVM platform using XDS100 USB emulator .I use the CCS v4.

I create a hello ccs  project then I add the target configuration by choosing the TMS320C6472 as Board or Device,I add evmc6472.gel file into the initialisation script for each 6 cores then I saved the .ccxml file.

after that I add the DSP/BIOS configuration by choosint   ti.platforms.ev6472 as platform and I save the .tcf file.

After that I build my project and i lunched the selected configuration ".ccxml" and after that I connect the target (only one core:TMS320C6472 contains 6 cores).

the target is connected now I press   Target ->load program : the program is loaded.

When I run it,  this message is appeared:

/********************************/

PLL1 has been configured.

2: GEL StartUp Complete (Primary Core).

C64XP_0: RTDX: RTDX program mode is JTAG.
Turn off cache segment

Disable EDMA events

/********************************/

It doesnt affich hello world

I don't understand the problem.

Please can you help me. I want know all the steps to load a project on TMS320C6472-EVM board

Cordialy David

 

  • What exact steps did you take, with which core selected, and which buttons or commands did you execute?

    What does "affich" mean"?

    I am putting together a Wiki topic that has some detailed steps for running multi-core applications. It is not completed, but it might be helpful even in its incomplete status. I have attached the singleimage.zip file that you can import into CCSv4 to try. It might not do the Hello World that you want, but it may get you running a little further.

    Your feedback with problems or successes will be appreciated.

    Regards,
    RandyP

    singleimage.zip
  • Hello RandyP

    Thank you first for your help.

    I run the project which you enclosed. It is doesn't contain the target configuration file  so I added it "EVM6472_XDS100USB.ccxml" but the problem it's the same:

    /***********************************/

    PLL1 has been configured.

    2: GEL StartUp Complete (Primary Core).

    Turn off cache segment

    Disable EDMA events

    /**********************************/

    in the file boot.c it's written  this message " File/single5mage/debug/src/aux62/boot.c does not exist "

    /*******************************/

    So could you give me if you don't mind and if there isn't a problem a CCSV4 hello world with the necessary configuration on TMS320C6472-EVM board using XDS100 USB emulator and I 'll test it on my board to find the causes of this problem.

    and thank you agai.

    Cordialy david