cancel
Showing results for 
Search instead for 
Did you mean: 

Timeout downloading software packages

Matt1234
Associate II

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.

1 ACCEPTED SOLUTION

Accepted Solutions
SBEN .2
Senior II

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​ 

View solution in original post

4 REPLIES 4
SBEN .2
Senior II

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
Associate II

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

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​ 

Thank you @SBEN .2​ 

It all works fine now.