Skip to main content
Diez.R.
Associate III
August 22, 2026
Solved

Corrupted STM32CubeG0 v1.6.3 from st.com

  • August 22, 2026
  • 2 replies
  • 68 views

Hi all:

On the following page:

https://www.st.com/en/embedded-software/stm32cubeg0.html

There is an option to download Patch_CubeG0 v1.6.3, but the file named stm32cubeg0-v1-6-3.zip only weighs 70 MB, and, depending on the unzip compressor, I get errors like "Unexpected end of archive" or "End-of-central-directory signature not found".

I have tried downloading the file with different browsers and tools, to no avail.

I can download the previous version stm32cubeg0-v1-6-2.zip without no problems. It is much bigger and identical to the one I had downloaded a long time ago.

Is the v1.6.3 patch file corrupted on the st.com server?

If I try to download the full version, I only get v1.6.0. If I click on the "Get from GitHub" button next to it, I get a full v1.6.3 called STM32CubeG0-1.6.3.zip, but then directory "Drivers/STM32G0xx_HAL_Driver/" is empty.

I could manually piece the latest versions together from Git, but this is time consuming and error prone.

Is there another way?

Thanks in advance,
  rdiez

Best answer by cartergray733

Yes, it definitely looks like the v1.6.3 archive is incomplete. Since v1.6.2 works and the GitHub package is also missing the HAL driver, contacting ST support may be the best option.

2 replies

cartergray733
cartergray733Best answer
Explorer II
August 23, 2026

Yes, it definitely looks like the v1.6.3 archive is incomplete. Since v1.6.2 works and the GitHub package is also missing the HAL driver, contacting ST support may be the best option.

Diez.R.
Diez.R.Author
Associate III
August 23, 2026

Thanks for the confirmation.