This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

AGSI Stop vs. uvision Stop

Hi all,

I use the uvision Stop button to stop the running code. Then in my DLL, I reset and go to the begining of the program. All work.

When I want to add the "Stop" functionality to the DLL, it does not work. I use Agsi.StopSimulator(); It stops the code. But reset and go do not work. I have tried to put a delay function in my DLL in order to make sure that we do not miss a step.

Can anyone tell me what the difference between Agsi.StopSimulator(); and the Stop button in the uvision is? and how can I have the same functionality in the DLL?

Thanks!