Skip to main content
Zainka
Associate III
December 6, 2020
Solved

flashing STM32H743VTIx from linux commandline

  • December 6, 2020
  • 2 replies
  • 1311 views

It seems to me that st-flash still have not got any support for STM32H7xx devices yet

Is there other command line options available that run under Ubuntu? Could be payware even.. I have both stlink/v2 and a segger j-link (EDU version) available but have not been able to flash using these tools.

Openocd seems to be an debugger only if I am right

EDIT:

Found source of st-flash and built version 1.6.1, seems to work

2020-12-06T23:51:36 INFO common.c: Flash written and verified! jolly good!

But, since I cant delete posts, i rather update with some info

This topic has been closed for replies.
Best answer by TDK

STM32CubeProgrammer has a command-line interface and supports STM32H7 devices.

2 replies

TDK
TDKBest answer
December 6, 2020

STM32CubeProgrammer has a command-line interface and supports STM32H7 devices.

"If you feel a post has answered your question, please click ""Accept as Solution""."
Zainka
ZainkaAuthor
Associate III
December 14, 2020

Ok thanks, good to know