2017-01-23 12:37 AM
Hello everyone,
I am trying to download the F7 firmware package using this link :
but the download doesn't want to start... (it's working for other firmware like Cube F0, F4....)
Does some of you have working link ? Or an older working version ? Am I the only one with this issue ^^' ?
Thank you in advance, and have a good day !
Pierre
#download #unfitforpurpose #stm32cubef7 #firmware2017-04-24 08:00 AM
Thanks for link Madam.
2017-04-24 08:17 AM
Torrents have been suggested, but no one is paying for my bandwidth. ST has got to be paying for a lot of data bandwidth that is wasted, because the system is very fragile.
https://drive.google.com/open?id=0B7OY5pub_GfIa29FNUItWHpZWFE
2017-05-08 01:27 AM
I have the same problem too ... I tried many times with Chrome and IDM and with Cube downloader but in middle of download it failed ! ... Realy I can not understand how such a problem can not be fixed.
2017-05-08 05:06 AM
Hello Farshid,
It's problem,because st server don't give resume download option,so,you can download from above this webpage link given by imen,if it's not working then request from her to provide google drive link,so, she provide link,
2017-05-10 03:09 PM
After many tries, I could download the packages.
It looks ST download server stop periodically ... after failing the download, you should start a new download immediately to find more time for successful download, before ST server STOP!
2017-10-08 04:22 PM
Sorry to also report that I have the same issue as others here. First, I am an embedded developer, but this is my first experience with ST and so far, it has been very frustrating. In order to learn, I am trying to use known-to-work code. I'm working with code from github that is specifically designed for STM32F746-Discovery. The code wants STM32Cube_FW_F7_V1.4.0. I have V1.8.0. The code is a Makefile project and will not compile using V1.8.0, it dies with a ♯ include nested too deeply error with stm32746g_discovery_ts.h.
It would be extremely helpful to those of us trying to learn your systems (and be possible CUSTOMERS of your silicon products) if this software were available and easy to download. I know I can use AC6 to get the firmware (well, 1.4.1 anyway), but I need the actual STM32Cube_FW_F7_V1.4.0 as is comes from the ST site as a zip - because I am developing in a makefile environment and not Eclipse (as many here know, Eclipse is pile of scrambled eggs and is more trouble than it's worth). If I had the file, I have a feeling the project would compile - and then I can start learning.
Please help up by providing a stable, searchable and easy to use archive section. Otherwise, I am going to be told by my superiors to abandon ST and go elsewhere for ARM silicon.
Thanks for your attention.
2017-10-08 07:28 PM
Have v1.3.0 and v1.5.0
CubeMX can download older versions in to the repository, I have it pulling v1.4.0 but the server is a bit of a dog this evening.
2017-10-08 08:39 PM
https://drive.google.com/open?id=0B7OY5pub_GfIOGVIc1FvaW00R1k
https://drive.google.com/open?id=0B7OY5pub_GfING5Fbmw4dGhoN3c
https://drive.google.com/open?id=0B7OY5pub_GfIR2p4blRBX2pmWHM
https://drive.google.com/open?id=0B7OY5pub_GfIMi0tSl9KUjhTT2s
https://drive.google.com/open?id=0B7OY5pub_GfIcGNtUW1XbjNYbnM
https://drive.google.com/open?id=0B7OY5pub_GfIa29FNUItWHpZWFE
2017-10-08 09:50 PM
Ah, thanks. In the end, I did find a way to get it. I have SW4STM32 (Ac6) installed and used the download library option of 'help' to get V140. I did this with a windows 7 machine and found it after it expanded from the zip file (which was also there) downloaded.
The good part is that doing this did, in fact, allow me to compile and test all of the code in the example project I downloaded. It is also apparent that once development commences using a particular version of the 'firmware' code, it may be difficult to upgrade the firmware. I'm now archiving STM32Cube_FW_F7 versions as I see need for them. I will probably use your google-drive for that - so thank you.