Tool/software: Code Composer Studio
Hello,
We are using GEL to provide some test functionality for our program. Currently, we communicate between GEL and the C++ app via global variables in the C++ app (which GEL has visibility based on the symbol table, and therefore can modify directly). The C++ app can then, for instance, switch on the global variable to perform a function corresponding to the value of the global variable. However, my task lead says that he's had the ability to jump to functions directly via GEL, at least in more modern versions of CCS/GEL.
Could you please confirm if the ability to jump directly to a function is available in GEL of CCS v3.3? I see that the GEL_Go() function merely executes until the specified function is reached, but does not actually jump. So as far as I could tell, it's not possible. (Also, if not's possible in CCS v3.3, it would be interesting to know if it is possible in future versions of GEL, as my task lead recalls.)
Thanks,
Alec