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.

TMS320C5517: GEL file hooks - is there a way of calling a function when the device is resumed from a breakpoint?

Part Number: TMS320C5517

Hi, after looking at the documentation, I can see that the function OnHalt() in the gel file will be called when the target is halted.

However, when I resume from the breakpoint, there is no corresponding function call.

Iw ould like to call a fcuntion that will disable some local instrument time from counting, and then on resume to re-enable, but I can't see a way to do this.

I have tried "OnRestart()" but this is only called when the target is fully rebooted, rather than when it resumes.