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.

Debuging On OmapL138 using CCS v5 and XDS100ve emulator

Other Parts Discussed in Thread: OMAPL138

Hello

I want to debug a hello world project  On my OMAPL138 using CSS v5 and XDS 100v2 Jtag emulator. So i creat   Targetfile for the device , but when i launch debug I have this dialog box.

Can you help me please.

  • Could you provide some additional details that might be helpful in figuring out what is going on?

    - Did you create a new CCS "hello world" project or is this a previously created project that you are importing from elsewhere?
    - Are you simply clicking the 'Debug Active Project" bug button or connecting to the processors manually and then loading your program?
    - Is the code for the DSP or ARM? Are you sure the project is created for the same device as you are trying to load into?
    - Is this a custom board or a LogicPD EVM?

    I also noticed that the file name in the error message is "hello", while typically the default file extension would be hello.out.

    Please see this wiki article for some background information on connecting to OMAPL138 boards which might be helpful as well.

  • thank you for your intersting, for about your questions I hope that with answers you can help me

    - I use the helo wold sample from CCS v5 C project.

    - I connect my Host to Logic PD kit using XDS100v2 USB JTAG emulator

    - I want to debug the code on ARM and DSP

    thank you

  • MARWAN BEN ABDERRAZEK said:
    I use the helo wold sample from CCS v5 C project.



    When creating the project did you make changes from the default settings? As I mentioned earlier, with the default settings, the name of the generated executable should be hello.out. Do you see a file of this name in the \Release folder within your project directory?

    Just for reference, there is a getting started guide here to guide you through the process of creating and debugging new projects in CCSv5.

    Also this wiki article should be helpful in setting up/connecting to the OMAPL138.