Skip to main content
Kmax18
Senior II
December 10, 2024
Solved

Where can I obtain the STM32G0xx_Nucleo files for the examples in STM32Cube_FW_G0_V1.6.2

  • December 10, 2024
  • 4 replies
  • 1255 views

I downloaded the firmware STM32Cube_FW_G0_V1.6.2 for testing code using the development board NUCLEO-STM32G071RB. However, the folder ../Drivers/BSP/STM32G0xx_Nucleo is missing. Where can I obtain it and the nucleo-specific files?

Thank you!

This topic has been closed for replies.
Best answer by mƎALLEm

Unzip V1.6.0 then unzip V1.6.2 in at the same level as V1.6.0 in a manner you overwrite files.

4 replies

Peter BENSCH
ST Technical Moderator
December 10, 2024

You have not downloaded the complete firmware, but only the patch with which version 1.6.0 can be updated to 1.6.2.

Regards
/Peter

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
mƎALLEm
ST Technical Moderator
December 10, 2024

Hello,

If you downloaded the package from github you need to use --recursive option.

Refer to this article: https://community.st.com/t5/stm32-mcus/downloading-stm32cube-packages-from-github-correctly/ta-p/725288

Otherwise if you download the package from https://www.st.com/en/embedded-software/stm32cubeg0.html, you should get a complete files.

EDIT: I misunderstood the question. As @Peter BENSCH bench said, you downloaded the patch and you need to download the version 1.6.0 and apply the patch on it.

 

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.
Kmax18
Kmax18Author
Senior II
December 11, 2024

Hello SofLit, thank you for your response.

I now have downloaded both 1.6.0 and 1.6.2 from st.com and unzipped both versions.

How can I apply the 1.6.2 patch to version 1.6.0? I have not found a procedure.

I think this is the update procedure, please confirm:

  • If a file is missing in the folder STM32Cube_FW_G0_V1.6.2, but is present in STM32Cube_FW_G0_V1.6.0, then there is no change.
  • If a file is present in the folder STM32Cube_FW_G0_V1.6.2, then it supersedes/overwrites the equivalent file in STM32Cube_FW_G0_V1.6.0.
  • After all down-rev files STM32Cube_FW_G0_V1.6.0 were updated with the newer version, delete the folder STM32Cube_FW_G0_V1.6.2 and rename the folder STM32Cube_FW_G0_V1.6.0 to STM32Cube_FW_G0_V1.6.2. This is now the complete version 1.6.2.

Is the above procedure correct?

Thank you!

mƎALLEm
mƎALLEmBest answer
ST Technical Moderator
December 11, 2024

Unzip V1.6.0 then unzip V1.6.2 in at the same level as V1.6.0 in a manner you overwrite files.

To give better visibility on the answered topics, please click "Best answer" on the reply which solved your issue or answered your question.