cancel
Showing results for 
Search instead for 
Did you mean: 

downloading STM32CubeIDE

ksale.1
Senior

I have got STM32H7 50B=DK , I am unable to complete stm32CubeIDE download with 'network error', how can I resume download from where it stopped. Thanks in advance

1 ACCEPTED SOLUTION

Accepted Solutions

It's been suggested to ST in the past to use some Torrent, or equivalent, method to allow for restarting/retrying without the chronic amount of bandwidth they waste on failed/incomplete downloads.

You don't specify a location, so hard to know if it's a local issue, of if you can have it downloaded elsewhere and then recovered with more robust methods if your local internet is sketchy or intermittent.

ST typically has about 3 ways to download things. As a user, as a visitor, via email, and via GitHub for the Cube repo's

Would suggest perhaps opening a ticket on the OLS system.

https://www.st.com/content/st_com/en/support/support-home.html

https://ols.st.com/s/

 

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

View solution in original post

3 REPLIES 3
TDK
Guru

Sometimes the download just doesn't work due to ST servers misbehaving in which case you'll have to try again later.

Other than that, it's probably up to you to solve computer/network issues.

  • Downloading on a different computer and transferring is possible.
  • Ensure antivirus isn't causing issues.

 

If you feel a post has answered your question, please click "Accept as Solution".

Thank you TDK, Please note I had the same problem with STM32CubeMX on the same computer/network but after several trials it downloaded successfully, but it is a smaller size file. For IDE I tried a work around that didn't work also:  

>curl --ssl-no-revoke --http1.1 --progress-bar -v -O https://www.st.com/en/development-tools/stm32c
ubeide.html#get-software
* Host www.st.com:443 was resolved.
* IPv6: (none)
* IPv4: 23.39.223.133, 23.39.223.145
* Trying 23.39.223.133:443...
* schannel: disabled automatic use of client certificate
* ALPN: curl offers http/1.1
##O#- # * ALPN: server accepted http/1.1
* Connected to www.st.com (23.39.223.133) port 443
* using HTTP/1.x
##O=# # > GET /en/development-tools/stm32cubeide.html HTTP/1.1
> Host: www.st.com
> User-Agent: curl/8.10.1
> Accept: */*
>
* schannel: remote party requests renegotiation
* schannel: renegotiating SSL/TLS connection
* schannel: SSL/TLS connection renegotiated
* schannel: remote party requests renegotiation
* schannel: renegotiating SSL/TLS connection
* schannel: SSL/TLS connection renegotiated
* Request completely sent off
* schannel: server closed abruptly (missing close_notify)
#=#=- # # * closing connection #0

Please advise how can I resume downloading from where it failed, each trial will start from scratch.

It's been suggested to ST in the past to use some Torrent, or equivalent, method to allow for restarting/retrying without the chronic amount of bandwidth they waste on failed/incomplete downloads.

You don't specify a location, so hard to know if it's a local issue, of if you can have it downloaded elsewhere and then recovered with more robust methods if your local internet is sketchy or intermittent.

ST typically has about 3 ways to download things. As a user, as a visitor, via email, and via GitHub for the Cube repo's

Would suggest perhaps opening a ticket on the OLS system.

https://www.st.com/content/st_com/en/support/support-home.html

https://ols.st.com/s/

 

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