2025-03-17 5:28 AM
Hi team,
I am using STM32IDE version 1.7.0. when I trying to create new project by selecting STM32F373VC as the controller. I am getting an error message saying, "Error downloading the following files: stm32cube_fw_f3_v1115.zip (Timeout during download)." When I click OK, another message pops up saying, "Code generation could not be done most probably because the necessary firmware package is missing. Not able to complete STM32Cube project creation." But I don't have any issue while running the existing project.
Can anyone help me understand why this is happening and how I can fix it?
Thankyou.
2025-03-17 6:18 AM
This issue occurs because STM32CubeIDE requires the STM32Cube firmware package for your selected MCU (STM32F373VC), but it fails to download due to a timeout. Possible causes can be a slow or unstable internet connection, A corporate or personal firewall, or a proxy, blocking STM32CubeIDE from downloading or Temporary unavailability of STM32Cube firmware files. Download the STM32CubeF3 firmware package (stm32cube_fw_f3_v1.11.5.zip or the latest available version and see if the problem gets solved. Disable any VPN, firewall, or proxy that may block downloads. if you need basic info about using STMcube, you can see here:
https://www.theengineeringprojects.com/2021/10/first-project-using-stm32-in-stm32cubeide.html