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
I finally figured out how to automagically power-cycle an XPLAINED-Mini board using the EDBG protocol. And it works perfectly fine. I thought I would be safe in using that in a try/except environment, but the other debuggers choked on it. After trying that unsuccessfully, the debugger is unresponsive afterward. My question is: Is there a way to find out beforehand whether the debugger can service the request? My current approach is to ask whether the product string of the transport device starts with 'mEDGB'. Is this the right approach or is there a more general solution?