We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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!