~Miscellaneous (6): Keil firmware package download and stm32cubemx offline installation dependency issues

1. Keil firmware package download address:

http://www.keil.com/dd2/Pack/#/eula-container

 

 

 

 

2. When stm32 cubeMX installs the firmware package offline, it is installed locally and encounters dependency problems.

such as:

Missing dependency for this package STM32Cube FW_F4 V1.24.0

This problem occurred, my analysis is because when installing from a local, only one compressed package can be selected at a time. The higher version of the firmware package is a supplement (patch) to the original version, so if you subjectively think that you are installing locally, first install V1.24.0 and then install V1.24.1, you will encounter the above problems .

 

The solution is:

1) First put the low and high version compressed packages in the download directory (the default is C:\Users\Administrator\STM32Cube\Repository)

2) As shown in the figure below, check the higher version and install it through the network automatically. The software will immediately detect that the download is complete and start to unzip and install.

 

 

Guess you like

Origin blog.csdn.net/Kshine2017/article/details/100099863