2008-09-04 03:13 AM
Any DOS command can be used to compile and flash code into STM32?
2011-05-17 03:43 AM
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 Yao2011-05-17 03:43 AM
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...