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/66AK2H14: 66AK2H14

Part Number: 66AK2H14
Other Parts Discussed in Thread: 66AK2H12, SYSBIOS

Tool/software: Code Composer Studio

Hi,

Please guide me step by step, How to debug DSP Cores code using JTAG ?

Thank you

  • Hi,

    Are you using the K2H EVM or is this a custom board?

    -First you need to create a target configuration file: File -> New -> Target Configuration File

    -Put a name for your target configuration, i.e. K2H_target_configuration.ccxml -> click Finish. You will get the following view:

    -Then from the "Connection" drop down menu select the Jtag you use (Blackhawk, Spectrum Digital, or TI XDS100/200).

    -From the "Board or device list" you select the 66AK2H12 device. 

    -Save the target configuration and click the "Test Connection" button to check that you can connect to the Jtag and your board.

    -After you verify everything is ok. Click the Debug button:

    -After you see the device cores (DSP & ARM cores), rigth click on DSP0 and click Connect Target.


    Best Regards,
    Yordan

  • Hi Dear Yordan,

    * Yeah i am using K2H EVM board.

    *I did all the steps that you mentioned and successfully built the target configuration and tested my connection which was successful. But I got following errors while building my project for debugging.

    1) gmake: *** [../src/sysbios/sysbios.ae66] Error 2

         gmake: Target all not remade because of errors.

    2)IcePick_D_0: GEL: File: C:\Users\Hardware\Desktop\Testing\Parallel_clisturing.out Does not match the target type, not loaded.

    please guide me if I missed any step /  

  • No, it seems that you didn't miss any steps.

    1) is a build error. You probably didn't set your project correctly.

    2) It seems that the Parallel_clustering.out binary is not built against the core you're trying to load it to. For example the binary is compiled for arm and you're trying to load it on a dsp or vice versa.

    Since it seems that the connection question (which was your original question) is fixed. Can you close this thread an open a new one with your build errors (make sure you share the whole error log from your build)?

    Best Regards,
    Yordan
  • Thank you for your help.
    yeah sure ! you might be right, actually I want to built my project for DSP cores .
    upon your instruction I am going to close this thread and will ask for help regarding compiler issue in another thread.
    thank you once again :)