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.

problem about debugging using ccs5

hello, all

 

hardware version: TMDXEVM8148 (containing base board and I/O board  DDR3 PG2.x)

ccs version : 5.1.0.09000.

JTAG : Ashling Opella-XDS100v2 R0-M0-E0

project dir : host-tools\src\nor-flash-writer\

my step:

0 set EVM board BTMODE to 0x0000 (try also 0x1010(nor flash mode) and 0x0017(SD mode)); power on;

1 file -> import -> Existing CCS/CCE Eclipse Projects

2 view -> target Configurations -> new target configurations file -> connection ="Texas Instruments XDS100v2 USB Emulator" Board or Device TI814x -> save ->

3 lauch selected configurations

4 tools -> GEL files -> load GEL files 5 run -> connect target files

problem: error log C674X_0: Error connecting to the target: (Error -1180 @ 0x0) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 5.0.520.0) ARM9_TPPSS: Error connecting to the target: (Error -2062 @ 0x34BC) Unable to halt device. Reset the device, and retry the operation. If error persists, confirm configuration, power-cycle the board, and/or try more reliable JTAG settings (e.g. lower TCLK). (Emulation package 5.0.520.0) Cortex_M3_SECSS: Error connecting to the target: (Error -1063 @ 0x0) Device ID is not recognized or is not supported by driver. Confirm device and emulator configuration is correct, or update device driver. (Emulation package 5.0.520.0)

how to solve this problem?

best regards,

qiuxicj

  • Qiuxicj,

    qiuxicj MESSN said:
    3 lauch selected configurations

    What do you have after this step in the CCS Debug window? I am using Blackhawk USB560M emulator, and I have the below:

    qiuxicj MESSN said:
    4 tools -> GEL files -> load GEL files 5 run -> connect target files

    Which GEL file exactly you are using? To which target exactly (CortexA8, Cortex_M3_ISS, Cortex_M3_RTOS, C674X_0, other) you are connecting? Are you executing some scripts from the GEL file before trying to connect to the target? Are you aligned with the below wiki page?

    http://processors.wiki.ti.com/index.php/TI81XX_PSP_Flashing_Tools_Guide

    Best regards,
    Pavel

  • qiuxicj MESSN said:
    hardware version: TMDXEVM8148

    qiuxicj MESSN said:
    Board or Device TI814x

    Can you also try to select "EVMDM8148" instead of "TI814x" from the Board or Device drop down menu.

    BR
    Pavel