cancel
Showing results for 
Search instead for 
Did you mean: 

Where can I download older versión of the stm32cube firmware package?

gustavo2399
Associate II

I downloaded the last version of stm32cubeMX and touchGFXdesigner, I am trying to test some examples of touchGFX, when I open the generated .ioc file for the target stm32F746G-Discovery V2.0.0, I saw the proyect needs the STM32Cube FW_F7 V1.13.0 package, but stm32cubemx show me an error "error downloading the following file stmcube32_fw_v1130.zip" and I can't find the package to manual download.

Can anybody help me? 

Thanks!

1 ACCEPTED SOLUTION

Accepted Solutions
Clive1 (HNL)
Senior II

Typically it allows for downloading of older packages, but ST seems to have a heck of a time getting a FILE SERVER to function properly.

Make sure your hard drive has enough space for the ZIP files, and unpacked versions. This has been observed to cause failure in the past, and the foot-print of the repository is massive.

https://drive.google.com/open?id=1i3E8RZ3DCwmXj3a5chYN-C9ExxswrgHr

View solution in original post

4 REPLIES 4
Clive1 (HNL)
Senior II

Typically it allows for downloading of older packages, but ST seems to have a heck of a time getting a FILE SERVER to function properly.

Make sure your hard drive has enough space for the ZIP files, and unpacked versions. This has been observed to cause failure in the past, and the foot-print of the repository is massive.

https://drive.google.com/open?id=1i3E8RZ3DCwmXj3a5chYN-C9ExxswrgHr

Thomas LB
Associate III

Hey,

I faced similar issue trying to download stm32cube _fw_l0_v1112.zip. To me it's just that they didn't provide this file to Download on their file server.

Solution :

Go to ST site and search for you fw package. For me it's https://www.st.com/en/embedded-software/stm32cubel0.html See two ".zip" to download.

Copy both to C:\Users\USERNAME\STM32Cube\Repository , unzip en.stm32cubel0.zip then unzip en.patch_cubel0.zip and accept replacing files.

Go back to CubeMX (5.1.0) --> Install or remove embedded software packages --> hit refresh and check all is good 🙂

Different versions of CubeMX have different threshold conditions about the newest libraries you can pull.

I've seen recurrent issues with missing files, and download failures at 90+ percent in. These typically are not resolved by "clear the cache" missives.

CubeMX's retry strategies also fail, and there is a lack of a restart option.​

Tips, buy me a coffee, or three.. PayPal Venmo Up vote any posts that you find helpful, it shows what's working..

Thank you Clive!

Yes I see that ST has a lot of problem with all his web services, it's a shame...

Thank you again

Regards.