I purchased a Olimex stm-h103 board (stm32) and found that the software supplied on the cd was very out of date.
Although I was able to build LED blink program I very soon ran into issues/errors due to this cd using old versions of various packages. After trying to compile upgraded software on cygwin etc I gave up and searched for windows installers. After a lot of searching and trials I found the following sites that enable the use of more recent releases of the various components and hopefully an easier way to upgrade without getting into compiling packages. Great work by those who put together these installers !
My system is; Windows7 64bit, Eclipse and using Olimex arm-usb-tiny for JTAG.
OpenOCD Windows installer.Includes libusb-win32 instead of ftdi drivers. (note on Windows 7 requires driver digital signatures turned off, via F8 during boot.)
http://www.freddiechopin.info/index.php … mu-windows
GDB , via devkitARM .
http://wiki.devkitpro.org/index.php/devkitPro:About
Eclipse development environment; Note use in your project the cfg files olimex_stm32_h103.cfg, olimex-jtag-tiny.cfg and stm32 from OpenOCD 0.4.0 folder.
http://www.eclipse.org/home/newcomers.php
I hope this post helps beginners on a budget using Windows 7. Thanks again to those who put the installers together!