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: Debugging Hello World example on DRA604 failed

Other Parts Discussed in Thread: AM3352

Tool/software: Code Composer Studio

Hi

I cannot start a debug session using the hello worl example running target DRA604

JTAG Adapter Hardware used : Spectrum Digital XDS510 USB PRO

Selected adapter in CCS : Spectrum Digital XDS510USB Emulator

 

Verification of the test setup using Beaglebone Black : SUCCESS

A “hello world” example for BeagleBone Black has been compiled. The SW was downloaded and started with the debugger. Successful result.

Debugger stops at main().

 

Debugging for Target DRA604 : FAILED

A “hello world” example for AM3352 has been created.

Target Device : AM3352, as proposed by TI FAE

Verification of JTAG access : SUCCESS


After starting the debug session I get an error message:

 

Spectrum Digital XDS510USB Emulator/M3_wakeupSS:

Error connecting to the target:

Error 0x20000220/-1266

Severe Error during: Execution, OCS,

The target is held in RESET. This could be either due to wait-in-reset (WIR) or due to application induced reset.

I have verified DRA604 power supply and reset signals. DRA604 starts the SW stored in the FLASH.

I have no exoerience of creating a debug conficuration for DRA604.

Please advice.

Regards

Carsten

 

 

 

 

 

  • Hello Carsten,
    While I've not used your exact device, I've used other DRA devices and I've always had to do some additional initialization by the master to initialize the other CPUs and pull them out of reset - usually done by some GEL script. Check to see if there are any actions under the 'Scripts' menu for the master (A8?). You may also want to query the experts in the DRA forums. They will have the most expertise on the device you are working with

    Thanks
    ki