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
}