2018-05-21 01:33 AM
Hello I am to write the CLI interface for the ST Link programmer to program an external memory through CLI.
'C:\Project\Programming\ST-LINK Utility>ST-LINK_CLI.exe -C -EL MX25L512G_STM32F769I-DISCO.stldr -P C:\Project\Programming\ST-LINK Utility\asset.hex'
the CLI Able to load the EL but unfortunately there is no programming is done.
'
C:\Project\Programming\ST-LINK Utility>ST-LINK_CLI.exe -C -EL MX25L512G_STM32F769I-DISCO.stldr -P C:\Project\Programming\ST-LINK Utility\asset.hexSTM32 ST-LINK CLI v3.0.0.0STM32 ST-LINK Command Line InterfaceST-LINK SN : 48FF6C067266535216230367
ST-LINK Firmware version : V2J27S6Connected via SWD.SWD Frequency = 4000K.Target voltage = 3.1 V.Connection mode : Normal.Device ID:0x451Device flash Size : 2048 KbytesDevice family :STM32F76x'I have tried to move around the command but seem is not working
I have tried usimg the GUI Utility & it was programmed successfully. Is there any thing that i did wrong?
I need the CLi becoz i need to interface it with labview
Solved! Go to Solution.
2018-05-21 07:02 AM
The external loader functionality in the ST-LINK Utilities, as I've reported before, seems to have issues that have been resolved in the STM32CUBE Programmer.
2018-05-21 04:34 AM
Hello
izal.muin
,I recommend you touse
the latest version of ST-Link utility, and use this to update the ST-Link firmware.
Best Regards,
Imen
2018-05-21 07:02 AM
The external loader functionality in the ST-LINK Utilities, as I've reported before, seems to have issues that have been resolved in the STM32CUBE Programmer.
2018-05-21 06:50 PM
Great . Thanks for the info