square / pylink

Python Library for device debugging/programming via J-Link
https://pylink.readthedocs.io/en/latest/
Other
334 stars 125 forks source link

Update reset strategy to require open instead of connection #163

Closed CurtisHx closed 1 year ago

CurtisHx commented 1 year ago

I ran into an issue with an nRF52, where the micro allows the reset pin to be re-assigned, and use the soft reset (option 6) to reset the micro. I could not establish a connection because the reset strategy was set to use the nRESET pin, and could not change the reset strategy in order to make a connection.

CLAassistant commented 1 year ago

CLA assistant check
All committers have signed the CLA.