2026-03-07 4:44 AM - last edited on 2026-03-12 3:02 AM by Andrew Neil
Hello STMCommunity,
I am a beginner working with the STM32H7B3I-EVAL evaluation board (MCU: STM32H7B3LIH6Q) and I am currently setting up my development environment on Ubuntu 24.04 Linux.
I installed STM32CubeIDE using the following installer:
st-stm32cubeide_2.1.0_27993_20260219_1630_amd64.deb_bundle.sh. zip
However I am facing several issues during setup and project creation.
Embedded Software Package Manager missing
I cannot find the option: Help → Manage Embedded Software Packages
The STM32H7 firmware package does not appear to be installed.
Unable to create a proper project
When creating a new STM32 project for STM32H7B3I-EVAL, the project builds incorrectly and sometimes shows: make: *** No rule to make target 'all'. Stop.
The expected firmware output files (.elf, .hex, .bin) are not generated.
CubeMX integration problem
It appears that STM32CubeMX is not properly integrated with STM32CubeIDE on my Linux system.
.ioc file does not open
When I double-click the .ioc file in STM32CubeIDE, the CubeMX configuration window does not open.
WiFi module issues
In Existing Demo Code The board includes a WiFi module Available WiFi Show I use correct password but unable to connect wifi , but I am not able to find working demo examples or documentation explaining how to test or use the WiFi functionality on this evaluation board. Thank You.
Solved! Go to Solution.
2026-03-07 6:23 AM
Use the standalone STM32CubeMX program to create projects. This functionality has been removed starting with STM32CubeIDE v2.0.
STM32CubeIDE 2.0 release - early heads-up! - STMicroelectronics Community
2026-03-07 6:23 AM
Use the standalone STM32CubeMX program to create projects. This functionality has been removed starting with STM32CubeIDE v2.0.
STM32CubeIDE 2.0 release - early heads-up! - STMicroelectronics Community
2026-03-09 12:31 AM
Hello STMCommunity,
I am a beginner working with the STM32H7B3I-EVAL evaluation board (MCU: STM32H7B3LIH6Q) and I am currently setting up my development environment on Ubuntu 24.04 Linux.
I installed STM32CubeIDE using the following installer:
st-stm32cubeide_1.18.0_24413_20250227_1633_amd64.sh.zip
WiFi module issues
In Existing Demo Code The board includes a WiFi module Available WiFi Show I use correct password but unable to connect wifi , but I am not able to find working demo examples or documentation explaining how to test or use the WiFi functionality on this evaluation board. Thank You.
2026-03-12 3:05 AM
You have a separate thread on that question: STM32H7B3I-EVAL: Need demo codes, Wi-Fi support; Ubuntu 24.04