cancel
Showing results for 
Search instead for 
Did you mean: 

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

MFuru.1
Associate II

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".

1 ACCEPTED SOLUTION

Accepted Solutions
Andreas Bolsch
Lead II

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.

View solution in original post

4 REPLIES 4
Uwe Bonnes
Principal II

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.

Andreas Bolsch
Lead II

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.

Thanks for your answer.

Thanks for your answer.