2019-04-08 09:58 AM
This week I am about to start production of my embedded product using STM32F411. I need a simple way to drag n drop firmware.ELF into a batch or exe that downloads and verifies. I am digging into the STM32CubeProgrammer documentation, but I have not found yet somethign out of the box. Please advice.
2019-04-08 12:01 PM
They provide a command line interface, perhaps you can use that. As I recall the command line version will output help/syntax pages.
Presume you're using an ST-LINK, but could also use USART via System Loader ROM
2019-04-09 06:13 AM
There are several approaches to loading firmware on a production line.
Jack Peacock