cancel
Showing results for 
Search instead for 
Did you mean: 

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

suyongyao
Associate II
Posted on September 04, 2008 at 12:13

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

2 REPLIES 2
suyongyao
Associate II
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 II
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...