cancel
Showing results for 
Search instead for 
Did you mean: 

Linux RS232/USB ISP

ne562
Associate II
Posted on June 04, 2010 at 12:25

Linux RS232/USB ISP

2 REPLIES 2
simonqian2
Associate II
Posted on May 17, 2011 at 13:53

Try vsprog: http://vsprog.googlecode.com.

For STM32_ISP, use command line:

vsprog -sstm32 -mi -oe -owf -ovf -I inputfile.hex

-s is used to define target series, here is stm32.

-m is used to define the mode, here is ISP(-mi) mode, JTAG(-mj) and SWD(-ms) mode are also supported.

-o is used to define the operation, -oe means erase, -owf means write flash, -ovf means verify flash.

-I is used to define input file.

compile and install:

./bootstrap && ./configure --enable-maintainer-mode

make

sudo make install

sjo2
Associate II
Posted on May 17, 2011 at 13:53

Could also try:

https://sourceforge.net/projects/sloadhost/

or

http://github.com/jsnyder/stm32loader

Cheers

Spen