Search code examples
stm32stm32f4discoverystm32ldiscoverystm32f4stm32l152

STM32cubeMX Firmware Package


I start generate code in STM32cubeMX, and i got this message "The Firmware Package(STM32Cube FW_F4 V1.11.0)or one of its dependencies requiredby the Project is not available in your STM32CubeMX Repository". Can enyone tell me how to throw in?


Solution

  • This message indicates that the necessary firmware (for STM32F4 family) not installed. Under GNU/Linux with the newest CubeMX a possibility appears with this message enables install the appropriate firmware. If it is not your case first upgrade your CubeMX and after you need install the additional software (in your case STM32CubeF4) for your microcontroller. You can install it form the CubeMX Help/Install New Libraries.

    You can read more detailed information from the STM32CubeMX homepage and under the STM32CubeF4 link on the page.