STM32cubeMX Firmware Package

jabadabadoo picture jabadabadoo · Mar 25, 2016 · Viewed 8.4k times · Source

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?

Answer

kaliczp picture kaliczp · Mar 26, 2016

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.