2024-12-10 07:59 AM
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!
2024-12-10 08:58 AM
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
2024-12-10 09:10 AM - edited 2024-12-10 09:12 AM
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.
2024-12-10 07:26 PM - edited 2024-12-10 08:02 PM
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:
Is the above procedure correct?
Thank you!
2024-12-11 12:13 AM
Unzip V1.6.0 then unzip V1.6.2 in at the same level as V1.6.0 in a manner you overwrite files.