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/CC3200MOD: cc3200 mod debug issue

Expert 1140 points
Part Number: CC3200MOD
Other Parts Discussed in Thread: CC3200

Tool/software: Code Composer Studio

Hi,

I have some doubts about debugging cc3200mod .

1 ) i had a custom board having  cc3200mod,i would like to debug it using cc3200 launch XL debugger section,is it possible?

2) which pins that i need to connect with the launch XL ?(Now i'm connecting TCK,TMS,TDI,TDO & GND pins to my custom board,power provided from external cell is it ok to debug ?) .If it's ok then why it shows target not connected?

3)Does it needs flash pins to debug ??

4)If the above process where wrong then please explain me how to debug cc3200MOD

Hop you get it so please help me to solve it,this  answer may help others .

  • Hi Amal,

    1. Yes you can use the isolated emulator section to debug your board.

    2. Those connections seem OK assuming you are using 4-pin JTAG debug. You will need to connect the UART pins if you also plan on programming.

    3. SOP pins will need to be set to 4 or 2-pin JTAG

    What is your procedure for connecting to the target? Are you connecting to it through CCS? If so make sure your linker command file being used is correct.

    Hope this helps,
    Kevin
  • Hi Kevin,
    Thanks for your reply.

    I'm just planning to program and connected it through ccs(is it possible with those j tag pins),i saw 3 linker command files(cc3200R1 ,cc3200V1P21 ,cc3200V1P32)and now I'm using cc3200V1P32 is it OK to debug.

    Amal

  • Hi Amal,

    I'd check if you can connect to the target in CCS first using a linker command file.

    See the last post of the prior E2E post: e2e.ti.com/.../656657

    Use a CC3200 .ccxml file

    Hope this helps,
    Kevin