ST Link V2 CLI not working for my STM32F413
Hey guys,
i'm currently struggeling with the STM32 CLI to programm my MCU.
For my (old) STM32F103 i did setup a script wich worked nicely. Going through the documentation a came uo with
ST-LINK_CLI.exe -c SN=xxxxxx SWD UR -TVolt -ME -P ../my_firmware.hex -V -Rst(See Section 4)
However when i tried to use the same cmommand to flash my STM32F4 it does not work.
The error is
My gues is that the CLI is still looking for the old STM32F103 device. However there's no option to change the MCU type. Could you help me out, do you have any idea how to fix this?
