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/TMS320F28035: (Error -1137 @ 0x6) Device is held in reset. Take the device out of reset, and retry the operation

Part Number: TMS320F28035
Other Parts Discussed in Thread: UNIFLASH,

Tool/software: Code Composer Studio

Hi,

I have connected the F28035 to JTAG (XDS110) and I am getting the error that device is held in reset when loading the *.out file through CCS and Uniflash. Utilizing the latest software (CCS-7.4.0.00015, xdctools_3_50_04_43_core, uniflash_4.2.2, xdais_7_10_00_06). I have updated the firmware of XDS110. The JTAG "Test Connection" passes successfully without error and it says the utility has successfully reset the controller.I have read several threads in this context and followed the troubleshooting steps mentioned in wiki page and no luck. 

Below is the error: Appreciate if someone could help to identify the source of the problem.

C28xx: Failed CPU Reset: (Error -1137 @ 0x6) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.0)
C28xx: Trouble Reading Register PC: (Error -1137 @ 0x0) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.0)
C28xx: Trouble Reading Register ST1: (Error -1137 @ 0x6) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.0)
C28xx: GEL: Error while executing OnReset(1): Target failed to read register ST1
at (ST1&~(0x0100)) [f28035.gel:292]
at C28x_Mode() [f28035.gel:32]
at OnReset(1)
C28xx: Flash Programmer: Warning: The configured device (TMS320F28035), does not match the detected device (). Flash Programming operations could be affected. Please consider modifying your target configuration file.
C28xx: Failed CPU Reset: (Error -1137 @ 0x0) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.0)
C28xx: Trouble Reading Register PC: (Error -1137 @ 0x0) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.0)
C28xx: Trouble Reading Register ST1: (Error -1137 @ 0x6) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.0)
C28xx: GEL: Error while executing OnReset(1): Target failed to read register ST1
at (ST1&~(0x0100)) [f28035.gel:292]
at C28x_Mode() [f28035.gel:32]
at OnReset(1)
C28xx: Trouble Writing Memory Block at 0x8000 on Page 0 of Length 0xe5: (Error -1137 @ 0x8002) Device is held in reset. Take the device out of reset, and retry the operation. (Emulation package 7.0.100.0)
C28xx: File Loader: Verification failed: Target failed to write 0x08000@Program
C28xx: GEL: File: C:\Users\Owner\workspace_v7\Test14\Debug\Test14.out: Load failed.

Thanks,

Deepak

  • Hi Deepak,

    Can you check the status of XRS pin?

    Regards,
    Gautam
  • Hi Deepak

    Couple questions first:

    1. What kind of baord are you using?
    2. You mentioned its giving you an error when loading your .out file, were you able to correctly configure the Target Configuration file and successfully connect to the device? When you test the connection, what are your results?

    -Nabil