Is there a way to use a GEL file to print out the current program counter for the connected chip?
Also where is the documentation that shows all the different GEL functions that are available?
Thanks
Jeff
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.
Is there a way to use a GEL file to print out the current program counter for the connected chip?
Also where is the documentation that shows all the different GEL functions that are available?
Thanks
Jeff
Hi Jeff,
jc said:Is there a way to use a GEL file to print out the current program counter for the connected chip?
Try:
GEL_TextOut("PC: %x ",,,,,PC);
jc said:Also where is the documentation that shows all the different GEL functions that are available?
In CCS 3.x, it is under Help->Contents menu (search for GEL in the search tab)
In CCS 4.x, it is under Help->Help Contents menu (search for GEL)
In CCSv4.x, there is no ClearOutput function, however there are two toolbar buttons in the console, one to clear the output and one to lock the text scroll.
Patrick