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
Stlink tools version and/or git commit hash: v1.3.0
Stlink commandline tool name: st-util
Target chip (and optional board): STM32L082
On using "st-util" of v1.3.0, we face issue on connecting with GDB tool. We see an inappropriate driver is considered instead of ST-Link driver. The driver information has been viewed using "st-info --serial".
Output: GDB error
warning: while parsing target memory map (at line 1): Can't convert length="0xzx" to an integer
STLink driver issue
C:\stlink\bin>st-info.exe --serial
libusb: info [windows_get_device_list] The following device has no driver: '\\.\
USB#VID_147E&PID_2016#6&32FEB3AB&0&3'
libusb: info [windows_get_device_list] libusb will not be able to access it.
493f72063f7853533956193f
Attached the screenshot of driver highlighted with red rectangle.
Later we cloned the source of v1.5.1 and build them, the st-util here works as expected and proper driver is seen.
Thank you,
Dhinesh
The text was updated successfully, but these errors were encountered:
Driver issue: A short web search reveals that this seems to be a common driver issue on windows where \Driver\WUDFRd fails to load. As the cited error also appears with several other usb devices, it is obviously not related to the stlink toolset. Should it be related to libusb, this bug may have been fixed in a later version of this external library:
v1.0.21 is used in Release v1.4.0 & v1.5.0
v1.0.22 is used in Releases v1.5.1
Hence this topic is now fully resolved, I am closing this issue now.
st-util
On using "st-util" of v1.3.0, we face issue on connecting with GDB tool. We see an inappropriate driver is considered instead of ST-Link driver. The driver information has been viewed using "st-info --serial".
Output:
GDB error
STLink driver issue
Attached the screenshot of driver highlighted with red rectangle.
Later we cloned the source of v1.5.1 and build them, the st-util here works as expected and proper driver is seen.
Thank you,
Dhinesh
The text was updated successfully, but these errors were encountered: