2021-05-26 11:06 PM
Hello everyone,I am trying to install STM32cubef3 patch v1.11.2 ,the zip file download from st web site, and I already installed STM32f3 v1.11.0, but when I use embedded software packages manager choose the zip file, it always display "Missing dependency for this package. -STM32Cube FW_F3 V1.11.0", how can I do ?
Solved! Go to Solution.
2021-05-27 02:28 AM
Hello @YHsu.1 and welcome to the Community :)
> the zip file download from st web site,.. but when I use embedded software packages manager choose the zip file
You have already download the patch from ST web site. In this case, there is no need to use CubeMx feature.
You should unzip the package (patch v1.11.2 ) in your repository, then CubeMX will take the latest available firmware package.
Or you can remove the installed patch from ST web site and download/install it from CubeMx (Help > Check for Updates)
Please keep me informed about your progress on this issue.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen
2021-05-27 02:28 AM
Hello @YHsu.1 and welcome to the Community :)
> the zip file download from st web site,.. but when I use embedded software packages manager choose the zip file
You have already download the patch from ST web site. In this case, there is no need to use CubeMx feature.
You should unzip the package (patch v1.11.2 ) in your repository, then CubeMX will take the latest available firmware package.
Or you can remove the installed patch from ST web site and download/install it from CubeMx (Help > Check for Updates)
Please keep me informed about your progress on this issue.
When your question is answered, please close this topic by choosing Select as Best. This will help other users find that answer faster.
Imen
2021-05-27 07:03 PM
Dear Imen, it's work .Thank you.