Skip to main content
Visitor II
November 15, 2018
Question

How to use STLink CLI to program STM32 IOT node?

  • November 15, 2018
  • 2 replies
  • 801 views

What are the necessary command line arguments for st-link_cli.exe for programming bin file to STM32 Discovery Kit Iot Node?

    This topic has been closed for replies.

    2 replies

    KVenk.2Author
    Visitor II
    November 15, 2018

    I used `ST-LINK_CLI.exe -c SWD -P stm32l475.bin 0x8000000 -V while_programming` command but didn't succeed. It could be really helpful If someone helps me out 

    Technical Moderator
    November 15, 2018

    Hi @KVenk.2​ ,

    Please note that I edited your question to put a summary with a body. This is the proper way to ask questions in the forum.

    Back to your request,

    • did you get any error message trying to program your device with the ST-Link CLI?
    • make sure to perform an stlink firmware upgrade and to use the last STLink Utility version.
    • does it work when trying to program it with the GUI interface?
    • what about STM32CubeProgrammer usage (GUI or CLI)?

    -Amel