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.

issue with CCS4.1.3, XDS510 emulator and LM3S2965 eval-board

Other Parts Discussed in Thread: LM3S2965

 

I have an issue with getting the spectrum digital XDS510 emulator working with the LM3S2965 eval board within CCS4.1.3.    I have followed all the directions at the following link:

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

 

 

It seems to progress well...and then receive the following error message within CCS4 output window:

CORTEX_M3_0 : This Target Does Not Support The GEL_DriverString() Function


A pop up also occurs with:

Error connecting to the target:

Error 0x800000240/-141

Fatel Error during: Initialization, OCS,

Error generated by SD scan controller module

 

Any help or guidance is greatly appreciated.

Best Regards,

John

 

  • Hi John,

    First of all, I would strongly recommend upgrading to the latest CCS version - either 5.1 or 4.2.4.

    Having said that, my understanding is that GEL_DriverString() is not a valid GEL command for any emulation driver.  It is only used by simulators to pass in additional commands not supported by the GTI API.  (Being software only, simulators take advantage of this to have greater control over the device being debugged.)   You will need to remove any GEL_DriverString() commands from the GEL files you are using.

    Please give this a try and keep us informed.

    Best Regards,
    Lisa