cancel
Showing results for 
Search instead for 
Did you mean: 

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

Kmax18
Senior II

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!

4 REPLIES 4
Peter BENSCH
ST Employee

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.
SofLit
ST Employee

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 on "Accept as Solution" on the reply which solved your issue or answered your question.

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!

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 on "Accept as Solution" on the reply which solved your issue or answered your question.