2017-02-15 01:10 PM
Hi,
We are looking to automate the programming of the .hex file. Currently we are using the ST-Link tool to manual load then programming the .hex file to the uC. But we will automate the process using our own software tool.
My question is are there ST-LINK drivers that can be linked to our software so that our software will call the driver
to download the .hex file to the uC?
Thanks,
-Andy
2017-02-15 02:32 PM
Maybe there are more sophisticated and esoteric ways, but I shamelessly call the stlink command-line utility (ST-LINK_CLI.exe) from my brew of programming automation.
JW