Hi,
In my application i have timing synchronization. When I stop on break point i lose the timing synchronization. When I run the program again after break point I have to detect that program execution was stopped and to re-synchronize my internal time.
The question is how to detect in my program that core was stopped/halted on break point?
Wrong thread?!