Posted on December 23, 2016 at 20:09
Double-clicking the installer didn't work for me either.
Workaround: open a terminal, cd to the directory where the files have been unpacked and start the installer with the command:
java -jar SetupSTM32...
Posted on July 09, 2013 at 17:55Also see: https://my.st.com/public/STe2ecommunities/mcu/Lists/cortex_mx_stm32/Flat.aspx?RootFolder=https%3a%2f%2fmy.st.com%2fpublic%2fSTe2ecommunities%2fmcu%2fLists%2fcortex_mx_stm32%2fSTM32F105%20PA9OTG_FS_VBUS%20Iss...
Posted on July 09, 2013 at 17:51Did you connect PA9 directly to VBus or via a resistor? There is a problem in some revisions of the chip where pin PA9 is configured as ''output'' by the bootloader and thus will not recognize VBus unless you have a q...
Posted on November 30, 2012 at 10:40STM32F105 has a known issue with pin PA9 and the internal bootloader. Could that be you problem? See STM32F105 Errata document. If that is not the cause of the problem, look at your software: The ST;32F105 has thi...
Posted on October 24, 2011 at 15:48the question was how to put the CRC in the Hex-File. This could be used e.g. to check the contents of the Flash after every Reset. Of course it makes sense to put a CRC in the hex-file which uses the same CRC-algor...