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 patched stlink-tool to use the ST-LinkV2/1 PID
-#define STLINK_PID 0x3748
+#define STLINK_PID 0x374b
Connected to a fresh connected ST-LinkV2.1 (*) the program reposts
USB transfer failure in stlink_read_infos(), however the call seem valid when I compare to what I do in blackmagic/src/platforms/pc-stlinkv2/stlinkv2 to retrieve info. Any idea of what is going wrong?
The text was updated successfully, but these errors were encountered:
Hello Jean,
I patched stlink-tool to use the ST-LinkV2/1 PID
-#define STLINK_PID 0x3748
+#define STLINK_PID 0x374b
Connected to a fresh connected ST-LinkV2.1 (*) the program reposts
USB transfer failure in stlink_read_infos(), however the call seem valid when I compare to what I do in blackmagic/src/platforms/pc-stlinkv2/stlinkv2 to retrieve info. Any idea of what is going wrong?
The text was updated successfully, but these errors were encountered: