2019-12-15 11:29 PM
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
Solved! Go to Solution.
2019-12-16 05:29 AM
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.
2019-12-16 04:10 AM
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.
2019-12-16 05:29 AM
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.
2019-12-16 03:20 PM
Thanks for your answer.
2019-12-16 03:20 PM
Thanks for your answer.