2019-04-15 09:01 AM
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!
Solved! Go to Solution.
2019-04-15 09:13 AM
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
2019-04-15 09:13 AM
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
2019-04-16 02:44 AM
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 :)
2019-04-18 03:34 AM
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.
2019-04-18 06:14 AM
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.