Why did the behavior of the ST-Link CLI command -Run change?
Hi,
we are using the CLI of the st-link utility to flash some STM32-controller in the production. Now I had to install a newer version (CLI v2.0.0 vs. CLI v3.0.0) to support the STM32F413.
With this new version the behavior of the -Run command changed. In v2.0.0 the -Run command will automatically start the application after programming. In v3.0.0 it leads to a prompt 'run application to exit', which has to be confirmed by pressing ENTER.
Before the -Run command was useful to automate manual steps, now it adds another. Is there a way to skip the prompt?
#st-link-utility