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
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.
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 /