Open source version of the STMicroelectronics STLINK Tools
 
 
 
 
 
Go to file
nightwalker-87 8fad9be9d0 [refactoring] Clean-up for stlink-lib
- Moved declarations for read/write functions to read_write.h .
- Checked & revised header includes
- Changed some datatypes for write_buffer_to_sram() to avoid explicit
casting.
2023-06-25 15:45:33 +02:00
.github General maintenance 2023-04-04 23:54:56 +02:00
cmake Formatting & style fixes. 2023-06-24 23:55:12 +02:00
config Set flash_type for STM32H5 devices 2023-06-10 21:37:01 +02:00
doc Formatting & style fixes. 2023-06-24 23:55:12 +02:00
flashloaders st-flash: auto-reset after mass erase 2023-04-30 20:46:37 +02:00
inc [refactoring] Clean-up for stlink-lib 2023-06-25 15:45:33 +02:00
src [refactoring] Clean-up for stlink-lib 2023-06-25 15:45:33 +02:00
tests [refactoring] Clean-up for stlink-lib 2023-06-25 15:45:33 +02:00
.gitignore Release v1.7.0 2021-04-24 22:47:02 +02:00
.version Release v1.7.0 2021-04-24 22:47:02 +02:00
CHANGELOG.md General Project Update 2023-04-30 14:31:50 +02:00
CMakeLists.txt Formatting & style fixes. 2023-06-24 23:55:12 +02:00
CODE_OF_CONDUCT.md Create CODE_OF_CONDUCT.md 2020-02-20 00:24:18 +01:00
CONTRIBUTING.md General Project Update 2021-04-25 01:43:12 +02:00
LICENSE.md Updated license file for deb package 2020-04-23 11:04:38 +02:00
Makefile Updated build settings 2020-05-18 18:34:16 +02:00
README.md Added comments for testing modules 2023-06-09 01:16:18 +02:00
SECURITY.md [refactoring] Clean-up for stlink-lib 2023-06-25 15:45:33 +02:00
cmake_uninstall.cmake.in Whitespace cleanup 2020-04-15 16:20:17 +02:00
contributors.txt General Project Update 2022-08-27 12:23:02 +02:00
mingw64-build.bat Fixed compilation on Windows 2023-06-12 11:56:21 +02:00

README.md

Open source version of the STMicroelectronics STLINK Tools

BSD licensed GitHub release Downloads GitHub commits GitHub activity GitHub contributors CodeQL C/C++ CI

Recent new features and bugfixes can be found in the Changelog of this software project.

License

The stlink library and tools are licensed under the BSD-3 License.

Introduction

stlink is an open source toolset to program and debug STM32 devices and boards manufactured by STMicroelectronics. It supports several so called STLINK programmer boards (and clones thereof) which use a microcontroller chip to translate commands from USB to JTAG/SWD. There are four generations available on the market which are all supported by this toolset:

  • STLINK/V1 [obsolete as of 21-11-2019, continued support by this toolset]
    • transport layer: SCSI passthru commands over USB
    • stand-alone programmer
    • on-board on STM32VL Discovery boards
  • STLINK/V2
    • transport layer: raw USB commands
    • stand-alone programmer
    • on-board on STM32L Discovery and STM32 Nucleo boards
  • STLINK/V2-1
    • transport layer: raw USB commands
    • on-board on some STM32 Nucleo boards
  • STLINK-V3
    • transport layer: raw USB commands
    • stand-alone programmer (STLINK-V3SET, STLINK-V3MINI, STLINK-V3MODS)
    • on-board on some STM32 Nucleo boards (STLINK-V3E)

On the user level there is no difference in handling or operation between these different revisions.

The STlink toolset includes:

  • st-info - a programmer and chip information tool
  • st-flash - a flash manipulation tool
  • st-trace - a logging tool to record information on execution
  • st-util - a GDB server (supported in Visual Studio Code / VSCodium via the Cortex-Debug plugin)
  • stlink-lib - a communication library
  • stlink-gui - a GUI-Interface [optional]

Supported operating systems and hardware combinations

Currently known working MCU targets are listed in supported_devices.md.

A list of supported operating can be found in version_support.md.

Tutorial & HOWTO

Our tutorial may help you along with some advanced tasks and additional info.

Installation

Windows:

As of Release v1.6.1 stand-alone Windows binaries are made available (again) on the release page of the project. Please ensure to select the correct version for your system (i686 or x86_64). The archive file can be unzipped to any desired location as it does not contain any hardcoded paths. However we suggest to move the unzipped application folder to C:\Program Files\ on 32-bit systems and to C:\Program Files (x86)\ on 64-bit systems (the toolset is 32-bit).

Alternatively one may compile and install from source as described in our compiling manual.

Linux / Unix:

We recommend to install stlink-tools from the package repository of the used distribution:

Note: As packages distributed via the Debian and Ubuntu repositories differ from our self-maintained deb-package, we recommend to use the latter instead (see link below). It provides the opportunity to handle and fix user-reported package issues directly within the project and is not redundant to any limitations deriving from external maintenance guidelines.

  • Debian Linux: (Link)
  • Ubuntu Linux: (Link)
  • Arch Linux: (Link)
  • Alpine Linux: (Link)
  • Fedora: (Link)
  • FreeBSD: Users can install from freshports
  • MacOS: Support for macOS will end with v1.8.0. Please use v1.7.0 (current master branch) and the related documentation instead.

Installation from source (advanced users)

When there is no executable available for your platform or you need the latest (possible unstable) version you need to compile the toolset yourself. This procedure is explained in the compiling manual.

Contributing and versioning

  • The semantic versioning scheme is used. Read more at semver.org
  • Before creating a pull request, please ALWAYS open a new issue for the discussion of the intended new features. Bugfixes don't require a discussion via a ticket-issue. However they should always be described in a few words as soon as they appear to help others as well.
  • Contributors and/or maintainers may submit comments or request changes to patch-proposals and/or pull-requests.
  • ATTENTION: NEVER EVER use the '#' character to count-up single points within a listing as '#' is exclusively reserved for referencing GitHub issues and pull-requests. Otherwise you accidentally introduce false cross references within the project.
  • Please start new forks from the develop branch, as pull requests will go into this branch as well.

Please also refer to our Contribution Guidelines.

User Reviews

I hope it's not to out of topic, but I've been so frustrated with AVR related things on OpenBSD, the fact that stlink built out of the box without needing to touch anything was so relieving. Literally made my whole weekend better! I take it's thanks to @Crest and also to the stlink-org team (@Nightwalker-87 and @xor-gate it seems) to have made a software that's not unfriendly to the "fringe" OSes. Thank you <3" - nbonfils, 11.12.2021