A new version of STLINK – programmer and debugger

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 version 3 creates the COM port and it can be used like bridge between CAN, UART, I2C or SPI.

The graphical interface for controling of STLINK-V3SET is STM32CubeProgrammer.

The software s supported in Windows, Linux and MacOS.

ST also released low-level API for creating of your software.

Whole specification is below:

– Stand-alone probe with modular extensions

– Self-powered through a USB connector (Micro-B)

– USB 2.0 high-speed compatible interface

– Direct firmware update support (DFU)

– JTAG / serial wire debugging (SWD) specific features:

— 3 V to 3.6 V application voltage support and 5 V tolerant inputs

— Flat cables STDC14 to MIPI10 / STDC14 / MIPI20 (connectors with 1.27 mm pitch)

— JTAG communication support

— SWD and serial wire viewer (SWV) communication support

– SWIM specific features (only available with adapter board MB1440):

— 1.65 V to 5.5 V application voltage support

— SWIM header (2.54 mm pitch)

— SWIM low-speed and high-speed modes support

– Virtual COM port (VCP) specific features:

— 3 V to 3.6 V application voltage support on the UART interface and 5 V tolerant inputs

— VCP frequency up to 15 MHz

— Available on STDC14 debug connector (not available on MIPI10)

– Multi-path bridge USB to SPI/UART/I2C/CAN/GPIOs specific features:

— 3 V to 3.6 V application voltage support and 5 V tolerant inputs

— Signals available on adapter board only (MB1440)

– Drag-and-drop Flash programming

– Two color LEDs: communication, power

The price for STLINK-V3SET is 35 USD and it is available on digikey and mouser.

More info you find on https://www.st.com/en/development-tools/stlink-v3set.html?icmp=tt8173_gl_pron_sep2018

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

Related Articles

The development boards are very popular. I decided to share this list. These boards are interesting, popular and cheap (to 30? – by farnell.com). If you click on the picture, you will be redirected in eshop, where you can buy…

Welcome to third part of STM32duino tutorial. What do you expect? We check the most popular microcontroller interface – USART, called Serial in Arduino IDE. The STM32 microcontrollers includes a few USART buses. The feature of STM32 is possibility to…

The fourth part of STM32duino tutorial we will check the I2C bus. We connect the temperature and humidity sensor Si7021 to default I2C and also to alternative connection of I2C bus. Note: I2C on STM32(G071) was tested on 12.6.2023 with…

I’m sure that you encountered with the situation when your code or part of your code didn’t work as you wanted – operation with a few pointers, logic operations, conditions, parsing of value from long array etc. If you have…

Arduino is very popular platform with support from huge community. You can buy a lot of Arduino (compatible) boards – original Arduino, clone of Arduino with the same microcontroller (ATmega328, SAMD21) or different microcontroller (ESP32, ESP8266). Arduino board with STM32…