Thursday, March 13, 2025

Installing STSW-LINK009 USB Driver

 STSW-LINK009 USB driver is for ST-LINK/V2, ST-LINK/V2-1, and STLINK-V3 boards and derivatives (STM8/STM32 Discovery kits, STM8/STM32 Evaluation boards, and STM32 Nucleo boards). It declares the USB interfaces provided by the ST-LINK to the system as ST Debug port, Virtual COM port, and ST Bridge interfaces.


  1. Download installer from https://www.st.com/en/development-tools/stsw-link009.html

  2. Extract en.stsw-link009.zip

  3. Run "C:\Installer\STM32F407G-DISC1\en.stsw-link009\stlink_winusb_install.bat" as administrator

  1. Welcome Device Driver Installation, click Next. 

  1. Install Universal Serial Bus driver


  1. At this point, you should now be able to plug-in your STM32F407G-DISC1


REF: DocMe: 01-Driver-Installation


No comments:

Post a Comment

Q&A: How to create a blinky baremetal application on STM32F407G-DISC1 using STM32CubeMX and Keil μVision

Q: How to create a blinky baremetal application on STM32F407G-DISC1 using STM32CubeMX and Keil μVision Answer: Blinking an LED is the equiv...