You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As documented, JLink.halted() method can raise an exception, leading in the method JLink.halt() not called.
try:
# Stop the target before flashing. This is required to be in a
# try-catch as the 'halted()' check may fail with an exception.
if not self.halted():
self.halt()
except errors.JLinkException:
pass