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
{{ message }}
This repository was archived by the owner on Mar 7, 2026. It is now read-only.
A possible way forward is to rely on timing or hardware feedback so that the reset sequence becomes platform agnostic. Alternatively, we could also have target-specific reset sequences but that would likely become a maintenance burden with time.
I would be interested in working up a PR for this so let's have a fruitful discussion on this.
I discussed this shortly on Discord but I think it makes for a valid issue.
As the title says, the following results in a failed scan for me:
The hypothesis so far is that the F7 on the STLINKV3 is too fast and hence the scan command is being issued earlier than it should be.
The following lines support this claim.
https://github.com/blackmagic-debug/blackmagic/blob/main/src%2Fplatforms%2Fstlinkv3%2Fplatform.c#L116-L128
A possible way forward is to rely on timing or hardware feedback so that the reset sequence becomes platform agnostic. Alternatively, we could also have target-specific reset sequences but that would likely become a maintenance burden with time.
I would be interested in working up a PR for this so let's have a fruitful discussion on this.