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.

where to find extended GEL documentation?

Other Parts Discussed in Thread: CCSTUDIO

Hi!

I'm using CCS 3.3 for a C6713 target. In SPRAAB7 i've seen a list of functions that can be called in GEL scripts. Where can i find documentation on all available gel commands including their parameters?

What I'd like to realize is:

hotmenu Something()
{
someTargetVariableToTriggerACommand = 123;
while (dspIsNotFinishedWithCommand)
{
//wait
}
// do something else that should happen after first command is finished
}