2010-06-04 03:25 AM
Linux RS232/USB ISP
2011-05-17 04:53 AM
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 install2011-05-17 04:53 AM
Could also try:
https://sourceforge.net/projects/sloadhost/ or http://github.com/jsnyder/stm32loader Cheers Spen