Skip to main content
Matt1234
Associate II
July 5, 2021
Solved

Timeout downloading software packages

  • July 5, 2021
  • 2 replies
  • 2465 views

When trying to create a new project with the NUCLEO-G474RE board I regularly get the error in the attached image. The project then consists of only the .ioc file and Cube crashes when trying to generate code.

Note that I have no issues creating a project for the NUCLEO-L496ZG board for example.

This topic has been closed for replies.
Best answer by SBEN .2

Hello @Matthias Noé​ ,

This seems like a network issue. Could you download the package directly from here https://www.st.com/en/embedded-software/stm32cubeg4.html and install it manually.

Best regards,

@SBEN .2​ 

2 replies

SBEN .2
SBEN .2Best answer
Visitor II
July 5, 2021

Hello @Matthias Noé​ ,

This seems like a network issue. Could you download the package directly from here https://www.st.com/en/embedded-software/stm32cubeg4.html and install it manually.

Best regards,

@SBEN .2​ 

Matt1234
Matt1234Author
Associate II
July 6, 2021

Hello @SBEN .2​ ,

thank you for the advice and the link. I had no issues downloading the package.

I am using the following guide: https://www.st.com/resource/en/user_manual/dm00550255-getting-started-with-stm32cubeg4-for-stm32cubeg4-series-stmicroelectronics.pdf

However, when trying to set up an example project I seem to have difficulties following the instructions given on pg. 16.

What is meant by the "STM32CubeIDE workspace directory"?

I tried it with \Examples\GPIO\GPIO_EXTI\STM32CubeIDE but no project showed up when I tried to import. I think I am missing something.

Best regards,

Matt

SBEN .2
Visitor II
July 6, 2021

Hello @Matthias Noé​ ,

As a shortcut, you can open the project's file and double click on the .cproject file. If the file association is correct, the workspace should be loaded immediately.

0693W00000BcwWeQAJ.png 

Best regards,

@SBEN .2​ 

Matt1234
Matt1234Author
Associate II
July 6, 2021

Thank you @SBEN .2​ 

It all works fine now.