Hello,
after loading a GEL File, it is not save in CCSv4.x. Each time opening the project the GEL File has to be reloaded. How can it automaticaly started when the projects opens.
Regards
Holger
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.
Hello,
after loading a GEL File, it is not save in CCSv4.x. Each time opening the project the GEL File has to be reloaded. How can it automaticaly started when the projects opens.
Regards
Holger
Holger,
GEL files are used to change properties on the device (configure registers, etc), therefore it is usually opened only when the debugger is started, not when a project is loaded. For usage and technical details on GEL please refer to the page below:
http://tiexpressdsp.com/index.php/GEL
In the section Loading GEL Files in the above page there is a reference on how to add a GEL file to the target configuration (.ccxml) so it is loaded everytime the debugger is started for the specific target.
Hope this helps,
Rafael
Holger,
CCSv4 behaves a bit differently than v3.x. You need a debug session to load a GEL file to. In v3, when you launched CCS IDE, a debug session was started (that's why you had to specify a target configuration before launching CCS). In v4, when you launch CCS, a debug session is not started. You can work with your projects without a debug session. Hence you cannot have it so that a GEL file is loaded on a project open because there may not be a debug session running.
ki