ST-LINK utility (QSTLINK2) for Linux and Windows

ST-LINK is utility for programming of STM32 microcontrollers. ST.com has ST-LINK only for Windows. Linux users use ST-LINK (texane).

One our member found another version of ST-LINK. QSTLINK2. It’s program with GUI, but you can run it as terminal application.

QSTLINK2 can “read, write, verify and erase”. It supports ST-LINK/V2 and ST-LINK/V2-1.

You need these rules for right run – ST-LINK/V2-1 firmware upgrade

You have to copy linux rules to /etc/udev/rules.d/

Project find here: https://github.com/fpoussin/QStlink2

Share the article:
Tags:
Show your
Maker soul!
Buy a T-Shirt
Coffee for Chiptron
Give a boost to the next article

Related Articles

STMicroelectronics released a new version of programmer and debugger called STLINK. STLINK-V3SET contains new features for programming of STM8 and STM32 which you really use. STLINK-V3SET contains programming interface like JTAG, SWD and also SWIM (Single-Wire Interface Module). STLINK in…

CH32V microcontrollers – you’ve probably heard of them. They are sold at a ridiculously low price but come with a very decent set of features, plus they are available in a solder-friendly package. Among the peripherals, you’ll find not only…

We wrote a news about STM32F746 discovery and IDE by openstm32.org on the google+. https://time4ee.com/ got development board STM32F7 discovery by ST. We want to show MULTIPLATFORM (Linux – Ubuntu, Windows) development tools by http://openstm32.org Other tutorials with STM32F7: Tutorial:…

Maybe you read about a new board by STMicroelectronics and Arduino.org – Arduino STAR OTTO Arduino compatible board with STM32F469 microcontroller. In this article I describe you how to set your laptop, arduino IDE and how to upload your code…

You don’t do these steps. The repositories for Linux Mint and Ubuntu contains all packages. You have to install only gcc-msp430 (compilator), msp430-libc (other libraries – legacymsp430.h) and mspdebug (for debugging). sudo apt-get install gcc-msp430 msp430-libc mspdebug MSP430 can program…

If you program microcontrollers by STM (STM32F4, STM32F0, STM32L1) with Standard Peripheral Library your code is bigger than without Standard Peripheral Library. It is motivation why we can program of microcontrollers without Standard Peripheral Library. Nevertheless, if you program without…

Trends