Hi,
I am working on LM4F232H5QD evaluation board, in ccs ide tools -> gel files shows lm4f232h5qd.gel .i have no idea about gel files ,but i am curious to know about what is .gel file and whats its use .
Regards,
Tamil.
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.
Hi,
I am working on LM4F232H5QD evaluation board, in ccs ide tools -> gel files shows lm4f232h5qd.gel .i have no idea about gel files ,but i am curious to know about what is .gel file and whats its use .
Regards,
Tamil.
Take a look at this: http://processors.wiki.ti.com/index.php/GEL
Hi Tamil,
GEL files are essentially a form of scripting that can be used within Code Composer Studio for a wide array of actions such as reading registers and providing debug feedback but also to initialize devices (as is done in the gel file you referenced). You can also define when certain actions are performed by grouping them under the OnStartup() or OnTargetConnect() groupings.
The link to the wiki page contains good information on what GEL is and what can and cannot be done but for a better understanding regarding the usage of GEL, I'd look into the integrated help section in Code Composer Studio. In that help section, you can find more information about the available commands and their proper use cases.