Skip to main content
MFuru.1
Associate
December 16, 2019
Solved

Can the ST-Link V3 SET program flash standalone (without PC)?

  • December 16, 2019
  • 2 replies
  • 4470 views

Can the ST-Link V3 SET program flash standalone (without PC)?

As Flasher STM8 's standalone mode.(https://www.segger.com/products/production/flasher-st/models/flasher-stm8/)

-----

> https://www.st.com/ja/development-tools/stlink-v3set.html

> The STLINK-V3SET is a modular stand-alone debugging and programming probe for the STM8 and STM32 microcontrollers.

Thanks for your answer.

I found that

  • "stand-alone" was not "without PC" but "not depend on evaluation board".
  • "programming" was not "flashing" but "coding".

This topic has been closed for replies.
Best answer by Andreas Bolsch

The STLink devices are intended for development, not as full-fledged production programmers. If you need a small, battery-powered portable programmer, get a raspi or similar board, build simple interface board (some LEDs, some buttons), install e.g. openocd (or st-flash, ...), prepare some scripts for flashing and connect it to an STLink. A particlar convenient but more expensive choice (instead of raspi) might be the STM32MP157-board with touch display.

2 replies

Uwe Bonnes
Chief
December 16, 2019

No, actions need to be triggered by a PC via USB. Moreover the STM32F72x used the V3 has not sufficient flash to flash e.g. a 1 MByte flash device.

MFuru.1
MFuru.1Author
Associate
December 16, 2019

Thanks for your answer.

Andreas Bolsch
Andreas BolschBest answer
Lead III
December 16, 2019

The STLink devices are intended for development, not as full-fledged production programmers. If you need a small, battery-powered portable programmer, get a raspi or similar board, build simple interface board (some LEDs, some buttons), install e.g. openocd (or st-flash, ...), prepare some scripts for flashing and connect it to an STLink. A particlar convenient but more expensive choice (instead of raspi) might be the STM32MP157-board with touch display.

MFuru.1
MFuru.1Author
Associate
December 16, 2019

Thanks for your answer.