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.
Dears,
I'm working on the TMS320C6670 Evaluation Module DSP and code composer (CCS5.5).
While I was running the code on it using Emulator XDS100v1, I got this message:
I would like to know the reason for this message and how to solve this issue.
Thanks in advance.
Hello,
GEL_Go is a GEL expression to run the target to a certain address. Do you see this when you load a program?
Thanks
ki
Hello,
Thanks for your reply.
I don't see this window when loading the program.
But after loading the program, When I run to a specific line I see this window.
Could you provide me a solution for this problem ?
Thanks you very much
Maha
Maha Ahmed said:But after loading the program, When I run to a specific line I see this window.
What exact action in CCS are you doing to run to a specific line?
Thanks for your reply.
I was writing a code to open .csv file which has 40,000 element then I save all elements in an array after that I close the file.
So I run to the line of closing the file by doing Ctrl+R
When you do a "Run to Line" (CTRL+R) command, the debugger will use the GEL_Go expression to execute the command. So what you are seeing is expected.
Is the issue that the target never reaches that line?
Sorry for the late reply.
Yeah, the issue is the target never reaches that line.
So, what is the solution for that problem?
Maha Ahmed said:Yeah, the issue is the target never reaches that line.
So, what is the solution for that problem?
Without knowing anything about your code, it is impossible for me to answer. The best thing to do is use the CCS debugger to figure out why that line of code is never reached.