The elf loader file is not accessible when using ST-LINK_CLI.exe
I am using ST-LINK-V3 to flash my STM32G03 board.
I am using ST-LINK_CLI.exe tool (I have used it in the past without any issues).
I have built my firmware and generated .hex file. I then try to use the ST-LINK_CLI.exe tool as following:
```
C:\Users\my_user\tools\st_link>ST-LINK_CLI.exe -c SN=003500293532511031333430 -P My_proram -Rst
STM32 ST-LINK CLI v3.3.0.0
STM32 ST-LINK Command Line Interface
ST-LINK SN: 003500293532511031333430
ST-LINK Firmware version : V3J8M3B5S1
Connected via SWD.
Target voltage = 0.0 V
Connection mode: Normal
Reset mode: Software reset
Device ID: 0x466
Device flash Size: 32 Kbytes
Device family: STM32G0
Loading file...
Flash Programming:
File : My_program.hex
Address : 0x08000000
Memory programming...
▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒ 0%
The elf loader file is not accessible.
Unable to reset the MCU!
C:\Users\my_user\tools\st_link>
```
Why would it complain something about the elf loader file? I am not even using .elf format file.
I have noticed that this is quite a common issue with the ST-LINK_CLI but I haven't managed to find straight forward solution to this issue. Would highly appreciate if someone could shed some light
