-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
STLINK/V2-1 and STLINK/V2 SN incompatibility on NUCLEO-F401RE board #417
Comments
If convert openocd: "\x30\x36\x37\x32\x46\x46\x34\x39\x34\x39\x35\x31\x37\x38\x35" to "normal" ASCII we can see this string |
please check http://openocd.zylin.com/#/c/5396/, it could be linked to this |
@tarek-bochkati: Could you open a PR for this, as you were involved in this topic anyway? |
PR #1106 |
st-util
Output:
The current stlink tools/library is unable to detect a binary or hexstring serial number. The best fix is to detect if the serial is already hex encoded or encode it into a hex string. We need to have a generic
hexstr_from_bin
,hexstr_to_bin
andhexstr_is_valid
.The text was updated successfully, but these errors were encountered: