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.

how to connect c6a8168 with xds100v2

My c6a8168 target doesn't work . There is no any put in my console. My target boot with sd . I want use the jtag to run uboot in stop mode debug. How to found  the program of my target?How to use jtag debug uboot with ccsv5.1?How to  view the registers from jtag?

Thank you for your help.

Regards,

  • In your other post, it sounds like you are able to connect to the target:

    http://e2e.ti.com/support/development_tools/code_composer_studio/f/81/t/116388.aspx

    cheney liu said:
    How to found  the program of my target?

    Rafael mentions in his reply on how to load a program.

    cheney liu said:
    How to use jtag debug uboot with ccsv5.1?

    To debug uboot:

    If uboot is already flashed on the  target, you would just load the uboot symbols instead (Run->Load->Load Symbols). Once you have the symbols loaded and the target is halted in uboot code, CCS will ask for the location of source files. Once you tell CCS where the first one is, CCS will be able to find the rest of the source files.

    Otherwise you can load the uboot program and run it from CCS.

    cheney liu said:
    How to  view the registers from jtag?

    When debugging, select 'View->Registers'

    Thanks

    ki