2025-09-18 12:30 AM
Hey everyone,
I'm currently trying to work with the NUCLEO-U386RG-Q development board.
When I try to download the latest available MCU package (1.2.0) via STM32CubeIDE, I only get an error message stating that the requested MCU package is not available. This is obviously incorrect, as I can manually download and install it from the ST website.
When I try to install one of the previous releases, the connection is established, but the download is extremely slow for some reason.
Other MCU packages, like those for the STM32U5 series, download without any issues and complete within seconds.
I'm using STM32CubeIDE version 1.19 and have already completely reinstalled it. A refresh of the package list also doesn't solve the problem.
Is anyone else experiencing this or knows how to fix it?
Best regards,
Max
2025-09-18 1:50 AM - edited 2025-09-18 1:50 AM
Hello @MaxM1 and welcome to the ST community
Were you able to download that package with the standalone STM32CubeMx tool?
2025-09-18 3:04 AM
Hey @mƎALLEm ,
thank you for your quick reply, no i tried it right now but i get nearly the same behaviour.
In STM32CubeMx, the MCU-Package versions V1.2.0 and v1.0.0 throw an error when i try to download them :
Version 1.1.0 therefore tries to unzip something for some reason and exits after a while with the same error message type:
Other MCU-Packages like the ones for STM32U5 work without any problems as described above.
The only thing i can do to install the STM32U3-Package i need, is to download it direct on
https://www.st.com/en/embedded-software/stm32cubeu3.html
and install it manually.
Best regards
Max
2025-09-18 5:00 AM
Works for me here, now.
Sometimes the software site is down.
Could also be something on your computer causing havoc such as antivirus.
2025-09-18 5:58 AM - edited 2025-09-18 5:59 AM
I get your point @TDK — that was actually the first thing I thought of as well.
But the thing is: I can download other MCU packages without any issues. If the software site were down or my antivirus (firewall is disabled) were blocking the request, none of the packages should work. It's specifically the STM32U3 package that can't be downloaded.
2025-09-18 6:03 AM - edited 2025-09-18 6:03 AM
I just tested U3 MCU package (1.2.0) download using the stand alone CubeMx and there is no problem.
Could you please do the test again? may be if possible to try with another machine (PC/Laptop)?
2025-09-18 6:06 AM
You may want to open up the repository directory and see if there are remnants of that package in there. Typically in C:\Users\%USERNAME%\STM32Cube\Repository
Since other packages work, it doesn't look like a connectivity issue.
2025-09-19 12:12 AM
I have a strong suspicion about what's causing the issue.
I just tested the setup on another machine to verify whether the problem is specific to my original workstation – and indeed, it is. On the second machine, everything works flawlessly: I can download any MCU package version without issues.
Back on the original machine, I refreshed the MCU package list, and suddenly version 1.2.1 of the STM32U3 package appeared – even though I had tried this multiple times yesterday without success. I attempted to install it, but again it got stuck or reported that the package was unavailable, just like before.
As far as I know, no firewall or antivirus is actively intercepting the download.
However, Skyhigh Secure Web Gateway is running on the original machine. It frequently intercepts downloads, scans them for threats, and only releases them after a delay. This process runs through the company’s proxy infrastructure, so there’s no way to bypass it locally.
Here’s what I suspect is happening:
This is just an assumption – I can’t confirm it without talking to the system administrator, which may take some time.
You could really help me by providing a list of:
This would allow me to request the necessary exceptions from IT so that development tools can function properly.
Thanks in advance!