Adapter for STM32 programmators and development boards

The official development boards (Nucleo) with STM32 microcontrollers contain standard programming connector – SWD.

But, we can buy a lot of different development boards with STM32 and also programmers, mostly from China.

The reconnecting between boards and programmers solves this adapter.

The adapter supports a few programmators – original ST-Link by STMicroelectronics, ST-Link which is available on Nucleo development boards, chinese programmers like ST-Link V2 and MX-Link and popular J-Link by firmy Segger.

The difference between chinese ST-Link V2 and MX-Link is only one – SWO and GND are switched.

The programming adapter for STM32 development board and programmers is really good described on github. Thumb up for developer.

Whole project is available on https://github.com/fronders/stm32-debug-adapter


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

Related Articles

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…

AVR, ATMega, ATTiny, PIC, Arduino… these are very searching words in google and I asked myself “Why?”. Yes, AVR by Atmel or PIC by Microchip family is popular, but we can program better (modern, faster, more low-power, more peripherals) microcontrollers…

BigClown, popular IoT platform, offers a lot of TAGs (board with sensor) and modules, but I still had missed versatile board for connection of cheap sensors from ebay and aliexpress – e.g. BMP280, Si7021 or SHT31. Notice: HARDWARIO s.r.o. doesn’t…

The first article from Tutorial: STM32F746 (STM32F7 Discovery) serie. I would like to describe how to turn on LED simply controlling GPIO. Why I began to write this tutorial and why I don’t want to use HAL or Standard Peripheral…

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:…