2025-03-04 3:53 AM
Hallo Everyone,
i am kindly new on STM and i am starting with some Basics programming stuff using a Ubuntu PC and the NUCLEO-F401RE. However after installing the Ubuntu Version with the "STM32CubeIDE Debian Linux Installer", i started a new Projekt and i configured the Pins, and after that when i tried to generated the the code files it did'nt work at all. In the Projekt Folder there is just one ioc file to be see and nothing else. I tried "Project-> generate Code" but nothing, also "Help -> STM32Cube updates" nothing changed. Has anyone an idea of what could help me here!
Kinds regards
Solved! Go to Solution.
2025-03-04 4:13 AM
Hello @kgb and welcome to the community.
It seems you are missing the CubeF4 package to generate the code.
Try to go to "Help", then Click on "Manage embedded ..."
In the "STM32Cube MCU Packages" tab, check the latest version of the Cube package and click on Install button
Hope that solves your issue.
2025-03-04 4:13 AM
Hello @kgb and welcome to the community.
It seems you are missing the CubeF4 package to generate the code.
Try to go to "Help", then Click on "Manage embedded ..."
In the "STM32Cube MCU Packages" tab, check the latest version of the Cube package and click on Install button
Hope that solves your issue.
2025-03-04 4:24 AM
@mƎALLEm Thanks for the solution