Skip to main content
suyongyao
Associate III
September 4, 2008
Question

Any DOS command can be used to compile and flash code into STM32?

  • September 4, 2008
  • 2 replies
  • 881 views
Posted on September 04, 2008 at 12:13

Any DOS command can be used to compile and flash code into STM32?

    This topic has been closed for replies.

    2 replies

    suyongyao
    suyongyaoAuthor
    Associate III
    May 17, 2011
    Posted on May 17, 2011 at 12:43

    Hi all,

    I'm using IAR debugger with Kickstart board, version 4.42a. Is there any dos command that can be used to flash pre-compiled machine code into STM32?

    So that i can use another program(ie. matlab) to do that to eliminate the need to babysitting on the whole long hr process of different application.

    Hope you understand what i'm talking about, thank you.

    Yong Yao

    st3
    Associate III
    May 17, 2011
    Posted on May 17, 2011 at 12:43

    Although the command prompt on Windows is often loosely called a ''DOS box'', it isn't - it is the Windows Command Prompt or Windows Command Line.

    So, try looking in your IAR documentation for any references to Command Line invocation...

    You could also check if there is any kind of API (Application Programming Interface) that would allow it to be controlled from another program...