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.

ccsv5 c64xp_0 error

hi

Plz solve this

using ccs5 and dm6446evm +xds510 usb emulator

C64XP_0: Error connecting to the target: Error 0x80000260/-1137 Fatal Error during: Execution, Initialization, OCS,  It appears that the target is being held in reset.  This may be due to Wait-In-Reset (WIR) configuration set by the EMU 0/1 pin settings.  If this is the case, press Cancel and disconnect all connected devices to attempt to clear the WIR configuration.  If this is a multi-core system, the master CPU or ICEPick may not be releasing the target from reset.  Please check your configuration and/or your GEL files to ensure that nothing is blocking the target from being released from reset.  
thanks

kailash

  • I'll see if I could get this moved to a CCS forum because this is not BIOS related.

    Typically the error happens because you don't have a gel file configured.  For that platform you should connect to the ARM first which will release the DSP from reset.

    Judah

  • Kailash,

    judahvang said:
    Typically the error happens because you don't have a gel file configured.  For that platform you should connect to the ARM first which will release the DSP from reset.

    Please check the suggestion by Judah. This is a common case. Usually the GEL file for the ARM will have a routine to release the DSP for reset. So you need to connect to the ARM first and run the GEL routine to do this (normally from the 'Scripts' menu). Sometimes it will automatically call this routine when you connect the target. In any case one the ARM releases the DSP from reset, you should be able to next connect to the DSP and access it.

    Thanks

    ki