2015-09-06 12:16 AM
2015-09-08 03:22 AM
Hi Happy,
If you want to have the demo of STM32429I-DISCO, you do not need to dowload it. All demonstrations are available under STM32Cube_FW_F4_V1.8.0\Projects\STM32F429I-Discovery\Demonstrations. -Shahrzad-2015-09-08 09:42 PM
The Cube package seems to have no binaries. I haven't get up to speed how to compile code and don't have plan to spend lot of $ yet on a development toolchain because I am just evaluating the STM32 right now. I thought, just to download the binary would be quicker but the tools crashed (tried another Win10 system and the same thing happened)
The alternative might be using Linux flash tool to extract the binary or to compile Cube. I found thishttp://blog.davehylands.com/2014/03/stm32cubef4-gcc-makefile-example.html
. But even then , after compilation, still need to flash it, that would mean flashing under Linux, since still .. the STLINK on windows 10 crashes. Would this work to extract it all and then write it back with a 'write' ?st-flash read v2 myflash.bin 0x8000000
http://startingelectronics.org/tutorials/STM32-microcontrollers/programming-STM32-flash-in-Linux/
2016-01-07 05:53 AM
Maybe a bit late to this, but which version are you using?
A colleague tried to use the STLink Utility v3.8.0 with a new Win-8 HP Laptop, and the utility would always crash on 'Connect to Target'.v3.7.0 had no problems on a (nominally) identical Win-8 HP Laptop.v3.8.0 could be made to work by setting Windows Compatibility settings for XP-SP3.Maybe that helps someone ...