• Join
  • Sign In with my.TI Login
Texas Instruments
  • Products
  • Applications
  • Tools & Software
  • Support & Community
  • Sample & Buy
  • About TI
Sample & Purchase Cart Sample & Purchase Cart
  • Search
  • Advanced
TI E2E™ Community
  • Support Forums
  • Blogs
  • Groups
  • Videos
  • 简体中文
  • More ...
TI Home » TI E2E Community » Support Forums » Development Tools » Code Composer Studio » Code Composer Forum » All Tags » GEL
Share
Code Composer Studio
  • Forum
  • Announcements

Browse by Tags

Code Composer Studio

Welcome to the Code Composer Studio Section of the TI E2E Support Community. Ask questions, share knowledge, explore ideas, and help solve problems with fellow engineers. To post a question, click on the forum tab then "New Post".

Sign In to Post
Tags
You have subscribed to this tag. To view or manage your tag subscriptions, click here.   Close
You have unsubscribed from this tag. To view or manage your tag subscriptions, click here.   Close
You are currently viewing:
GEL
  • c2000
  • ccs
  • CCS 3.3
  • CCS 4.0
  • CCS 4.1
  • CCS 5
  • ccs v3.3
  • CCS v4
  • CCS v4.2
  • CCS v5
  • CCS5
  • ccsv4
  • CCSv5
  • code composer
  • Code Composer 4
  • code Composer studio
  • code composer studio version 4
  • compiler
  • Debug
  • debug problem
  • emulator
  • JTAG Emulator
  • Linux
  • MSP430
  • xds100v2
Related Posts
  • Forum Post: Re: CCS 4.0.1.01001: Multiple OUT files for the same target CPU

    Eugene K Eugene K
    Would it be too much to ask if someone could take two example GEL files from CCSv3 and convert them into scripting file(s) for CCv4? These GEL files configure GUI based debug sessions under CCSv3. This might be good example of CCSv4 migration to post on the Wiki. I can provide files. Eugene
    on Sep 23, 2009
  • Forum Post: CCSv4 4.0.1.0.01001 Debug session startup errors

    Eugene K Eugene K
    Target: Aries EVM, Emulator: SD XDS510USB I have CCXML set up with separate initialization GEL scripts for R4 and M3. Each script contains StartUp() for setting memory map file ans some initial CTI configuration. Debug properties are set to 'Connect to the target on debugger start up' and connect...
    on Sep 25, 2009
  • Forum Post: CCS v4 CORTEX M3 GEL_MapOn Issues on Simulator

    C.R.N. PRASANNA C.R.N. PRASANNA
    Hi Friends, I am using CCS V4 IVAHD-Omap4 Ducati Host Simulator. I am trying to check "INVALID WRITE / READ" of my code at run time other than memory regions defined from map file. With Gel_MapOn() & Gel_MapAdd() functions, I can able to define memory sections on which my code...
    on Jul 2, 2010
  • Forum Post: Re: CCS v4 CORTEX M3 GEL_MapOn Issues on Simulator

    C.R.N. PRASANNA C.R.N. PRASANNA
    Hi Rafael, Thanks for quick reply. My problem is little different. Let me clear again. Eg : GEL_MapAdd(0x80000000, 0, 0x1, 0, 0); //Read & Write Protected for the address 0x80000000 alone through GEL command 1. unsigned char *a, b; 2. a = &b; // Let &b = 0x80000000, assume...
    on Jul 2, 2010
  • Forum Post: Add registers with GEL_WatchAdd() to a specific watch-window tab

    Pascal53023 Pascal53023
    Hello, i am using CCS 3.3 and I made my own GEL-File with the GEL_WatchAdd() command to view a special set of registers in the watch window. This function adds the registers to the currently opened watch window tab. Is it possible to add them to a specific tab, e.g. "Registers"? Kind...
    on Aug 11, 2010
  • Forum Post: Problem running my application without GEL

    Chee-Beng Ang Chee-Beng Ang
    Hi, I had developed one application with DSP/BIOS 5.41. In this app, I have one UART device, a main() and a GPSInit() task. I removed the EVM6747_dsp.gel from my CCS 3.3 and then connect to my target. I have duplicated the functions in the GEL in my application to take care of the Setup_System_Config...
    on Aug 11, 2010
  • Forum Post: Code Verification CCS v3.3 and F280x

    Haroon Yunus Haroon Yunus
    Hello All, Is there are way to output the program counter, PC, to a text file as I step through the code? I am using CCS v3.3 and F2809 as the target. As a part of the software verification process, I have to prove to an aviation company that all lines of code are being executed and there is...
    on Oct 7, 2010
  • Forum Post: Re: Watch window has "Memory Map prevented...."?

    Jon Young Jon Young
    There are errors in the lm3s5r31.gel file: GEL_MapAddStr(0x20000000, 0, 0x00000000, "R|W", 0); /* SRAM */ GEL_MapAddStr(0x20000000, 0, 0x20000000, "NONE", 0); /* Reserved */ The first line describes the RAM, with a length of 0. The second has a starting address the same as...
    on Oct 20, 2010
  • Forum Post: Problem with GEL file in CCS ver 4.1.2

    Ashfaq Quaraishi Ashfaq Quaraishi
    Hello: I have an application where I set different values to a variable via a GEL file. In CCS version 4.1.2, I have to stop my program, select the value via the GEL file, then run the program again, only then I would see the new value being read and used by the program. However, the same application...
    on Dec 22, 2010
  • Forum Post: Cannot view cache information in CCSv4 on 6748 core of OMAPL138

    nchukeg nchukeg
    Hello, We are developing on OMAPL138 and connect with CCS 4.2 to 6748 core. I am unable to view any cache information: - When right-clicking on memory viewer, "Show Cache Coloring" and "Show Cache Line Markers" is grayed out - When enabling Cache viewer, no information is...
    on Apr 13, 2011
  • Forum Post: Re: CCS 5.0 Hangs After Running GEL Script for Integra C6A8168x

    _Ralph_ _Ralph_
    Hey guys, I've gone back to CCS 5.0 _again_ and got the GEL files working!!! Yes, even on an Integra DDR2. I simply made sure that when I turned on the EVM it did not boot into any environment (i.e. uboot or Linux) and then ran the Netra External Memories->doall and it worked fine!! (Apart...
    on May 16, 2011
  • Forum Post: Where is SPRAA74?

    Lee Holeva Lee Holeva
    The TI search for Creating Device Initialization GEL Files (Rev. A) , SPRAA74A gives a bad link. Where is this document? Update: I found it: http://focus.ti.com/lit/an/spraa74a/spraa74a.pdf Lee Holeva
    on May 20, 2011
  • Forum Post: GEL: Is it possible to modify an application variable via GEL without using the slider?

    Krishna Allam Krishna Allam
    Hello CCS Champs!! Is there a way to symbolically access a variable in the application using GEL. I am not looking for anything fancy, just would like to be ableto read and write a variable. I have gone through the slider example in the CCS documentation. However, this requires the use of a separate...
    on Aug 9, 2011
  • Forum Post: dsp kit TMS320c6713

    nirbhay sharma nirbhay sharma
    can any body tell me how to create a hex file from out file through cmd file in in ccs3.1 and how to burn it in dsp processer please send me information about it and also related to dsp kit.... m shall b very thankful to u.....plz reply....
    on Aug 18, 2011
  • Forum Post: Code Composer v2.21-3.1 - Enable Rude Mode thru gel GEL_EnableRealtime() - not working

    Dorian Garcia Dorian Garcia
    is there a way to enable “RUDE” real time mode thru a GEL instruction ( DSP TMS320F2812 ) …. I noticed that different versions of code composer offer different instructions that is why I’m not sure which one is right…. Also there is hardly any documentation online for...
    on Aug 16, 2011
  • Forum Post: Issue connecting to ARM-Core on OMAP L138 eXperimenter kit

    Kevin Nellen Kevin Nellen
    Hi, after "KICK Unlocked" I get the warning: "The GEL callback "OnTargetConnect()" for the target "Texas Instruments XDS100v2 USB Emulator_0/ARM9_0" is still processing. The function could contain an infinite loop. Do you wish to pause the processing of this...
    on Oct 24, 2011
  • Forum Post: Fatal Error during:initialization, OCS, Control

    Calum Mackinnon Calum Mackinnon
    My customer has an OMAPL138 board from LogicPD and is getting the following error. I've sent them the gel files form logicpd to try as they were using there own. I've also asked them to check they have the OMAP SOM and not the 6748 SOM plugged in. However if that does not work what else should...
    on Oct 27, 2011
  • Forum Post: Access to high flash (FLASH2) region on MSP430F2618 using CCSv5

    James McCartney James McCartney
    We have been porting an application from another IDE to CCSv5 and need to configure the IDE and compiler tools to allow access to high flash (above 0x10000) as this is where we put paramter data. Using CCSv5, I have not been successful in building code which will access this area. Even with the large...
    on Nov 1, 2011
  • Forum Post: CRITICAL ERRORS while loading program to EVMC6678LE......!!!!

    Mohamed Sohal Mohamed Sohal
    Hi all, We have created a project almost similar to the MCSDK image processing demo using CCS v5.0.23. with the edge detection function changed to some other image processing function. We created a new CCS RTSC empty project and copied the source files and so on making some necessary changes. We were...
    on Nov 25, 2011
  • Forum Post: Issues about using SMSET for H.264 ENC performance analyzing on Netra

    Xi Zhang Xi Zhang
    Hi, Now I’m start to using SMSET for H.264 Encoder performance analyzing on Netra EVM board. My emulator is Wintech XDS560V2 STM USB Emulator. I download the guide(Using_SMSET.PDF) from http://processors.wiki.ti.com/index.php/C6A816x,_AM389x,_DM816x,_DM814x_Debug_and_Trace_Tools...
    on Aug 2, 2011
  • Forum Post: Connecting CCSv5.1 to Blaze ES2.2 board via XDS560v2, need gel file

    Bruce Samhaber Bruce Samhaber
    Hi, I am trying to connect Code Composer Studio v5.1 to a Blaze es2.2 board via an XDS560v2 emulator. I seem to need a gel file for the Blaze Platform. My Blaze platform information is: Platform: SEVM4430G-04-01-03 APPS BD: 750-9012-004 Rev. A PROC BD: 750-2160-220 Rev. A MAC: 08-00...
    on Feb 7, 2012
  • Forum Post: CCS help: List of Built-In GEL Functions

    Anonymous Anonymous
    Hi, I would like to ask a question with GEL files. There is a list of built-in Excel functions. For the seven call-back function listed: They are not listed in the left navigation panel contents, but only in the List of Built-In GEL Functions page All other built-in functions are “ordinary”...
    on Mar 15, 2012
  • Forum Post: Re: CCS5 debugging on the DM8168 linux host

    Jeffrey Dionne Jeffrey Dionne
    So I followed the create project/debug section with no luck I was able to build a simple project, but that wasn't causing me grief, it the debugging. In the debug section it directs me to use the simulator, well if I select that there is no selection for my evm DM8168. so I went ahead and...
    on Mar 29, 2012
  • Forum Post: Re: Debugging simple program with DM3730 and CCSv5

    Nick Dolganov Nick Dolganov
    Hello Rafael, Thanks a lot for your reply. I read the forums and solved this problem already reinstalling CCSv5. Some other people had the same problem with access to the core registers. Now I'm working on initialization and booting troubleshooting of custom board. It is based on DM3730 SoC...
    on Apr 6, 2012
  • Forum Post: How to run a gel command in CCSv5

    a shen a shen
    Hi, Is there a way to run a gel command (e.g. GEL_Memsave()) in CCSv5 debug perspective? I remember back in ccsv4, one can run the gel command in console. But in CCSv5 it seems not the case. It can be very convenient to run some simple gel command to help debugging. Thanks A Shen
    on Apr 16, 2012
12
TI E2E™ Community
  • Support Forums
  • Blogs
  • Videos
  • Groups
  • Site Support & Feedback
  • Settings
TI E2E™ Community Groups
  • TI University Program
  • Make the Switch
  • Microcontroller Projects
  • Motor Drive & Control
Other Communities
  • Deyisupport
  • Designsomething.org
  • beagleboard.org
  • TI on Element 14
  • TI on TechXchangeSM
Other Technical & Support Resources
  • WEBENCH® Design Center
  • Product Information Centers
  • Technical Documents
  • TI Design Network
  • TI Technical Articles
  • TI Training

All content and materials on this site are provided "as is". TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with regard to these materials, including but not limited to all implied warranties and conditions of merchantability, fitness for a particular purpose, title and non-infringement of any third party intellectual property right. TI and its respective suppliers and providers of content make no representations about the suitability of these materials for any purpose and disclaim all warranties and conditions with respect to these materials. No license, either express or implied, by estoppel or otherwise, is granted by TI. Use of the information on this site may require a license from a third party, or a license from TI.

Content on this site may contain or be subject to specific guidelines or limitations on use. All postings and use of the content on this site are subject to the Terms of Use of the site; third parties using this content agree to abide by any limitations or guidelines and to comply with the Terms of Use of this site. TI, its suppliers and providers of content reserve the right to make corrections, deletions, modifications, enhancements, improvements and other changes to the content and materials, its products, programs and services at any time or to move or discontinue any content, products, programs, or services without notice.

Follow Us Texas Instruments on Facebook Texas Instruments on Twitter Texas Instruments on LinkedIn Texas Instruments on Google+
TI Worldwide | Contact Us | my.TI Login | Site Map | Corporate Citizenship | mobile m.ti.com (Mobile Version)

TI is a global semiconductor design and manufacturing company. Innovate with 100,000+ analog ICs and
embedded processors, along with software, tools and the industry’s largest sales/support staff.

© Copyright 1995-2013 Texas Instruments Incorporated. All rights reserved.
Trademarks | Privacy Policy | Terms of Use