Skip to main content
Visitor II
November 10, 2021
Question

ST-LINK USB driver available for Windows 11 on x64 computer?

  • November 10, 2021
  • 3 replies
  • 19772 views

I have installed W10 x32 version (the latest version 2.0.2 STSW-LINK009)

    This topic has been closed for replies.

    3 replies

    Super User
    November 10, 2021

    If you see the st-link in the device manager and there's no problem indicated on it, all is good. Is there any problem?

    See also this thread:

    https://community.st.com/s/question/0D53W000011vaXZSAY/stlink-stcubeprogrammer-support-on-windows-arm64

    FCoff.1Author
    Visitor II
    November 10, 2021

    Thanks for the reply, I already solved it. I got an OpenOCD error: open failed.

    Installation of the ST-LINK USB driver initially places the scripts directory on the same level as the share directory in OpenOCD, so the .cfg file can't be found. Putting the Scripts directory as a sub-directory of the share directory solves the problem. After executing "openocd -s C:\OpenOCD\share\scripts -f interface/stlink-v2-1.cfg -f target/stm32f3x.cfg" in a command prompt box the result is OK i.e. I see a reply similar as on: https://docs.rust-embedded.org/discovery/03-setup/verify.html.

    Also, one of the red LEDs, the one closest to the USB port, should start oscillating between red light and green light. The LED roulette is also visible.

    So I am now at https://docs.rust-embedded.org/discovery/05-led-roulette/index.html

    Super User
    November 10, 2021

    Do you use rust? How is it?

    FCoff.1Author
    Visitor II
    November 10, 2021

    Well as you can see I am just starting to use it. But besides the (only) installation problem, the documentation is very good in my opinion. I have developed in C and assembly language using Intel 8-bit micro computers and I like the rust approach.