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
After changing a few things I suddenly decided to try to test "no device attached". I detached the target ground pin and I think this sent the STLINK into an error state.
When the STLINK is in error state, starting up as normal is not the right thing to do.
Hey Nightwalker, I might seem to be able to fix a thing or two, but this one is out of my league. I can program Unix-programs just fine, and I can write embedded stuff for AVR and STM, but interacting with an STLINK is not my specialty.
The previous things I fixed were simple "just search for where the message comes from" and change that. But this one would be nice-to-fix if someone who knows the STLINK hardware and could take a look.
Between the errors of an older version and the latest git... it looks as if any libusb interaction with the STLINK is met with an error: The kernel knows the device is there, but the device is no longer responding through USB. That would make it impossible to fix. That's what I think is the case, but it would be a good idea not to trust me and confirm with someone who knows more than me. (about this).
After changing a few things I suddenly decided to try to test "no device attached". I detached the target ground pin and I think this sent the STLINK into an error state.
When the STLINK is in error state, starting up as normal is not the right thing to do.
The text was updated successfully, but these errors were encountered: