programming using CLI taking a lot more time than using ST-LINK utility
Hi everyone,
First, here is my set up:
- computer: windows 10
- uC: STM32F030K6T6
- flashing/debugging hardware tool: ST LINK v2 ( from nucleo board)
I have noticed that it takes almost 30 secs to do same operation using CLI (wether directly launching a batch file or launching it from labview) whereas it takes only few second using STL LINK utility.
I would like to reach same speed because I want to automize the programming sequence.
Do you have any idea that might help ?
Here is the batch content, just in case:
@Echooff
cd c:\prog_config_serie
ST-LINK_CLI.exe -P C:\prog_config_serie\NextPM_EFS_FB42_23-02-2024.bin 0x08000000 -V while_programming
ST-LINK_CLI.exe -Rst
