cancel
Showing results for 
Search instead for 
Did you mean: 

STM32H7B3I-EVAL – CubeIDE not opening .ioc; missing MCU package manager

vijayajangam
Associate II

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.

Problems I am facin

  1. 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.

  2. 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.

  3. CubeMX integration problem

    • It appears that STM32CubeMX is not properly integrated with STM32CubeIDE on my Linux system.

  4. .ioc file does not open

    • When I double-click the .ioc file in STM32CubeIDE, the CubeMX configuration window does not open.

  5. Please Provide me Existing Demo Codes:  For this Board also provide Demo Code which is Flashed in Board Firmware version is  V1.0.1 give me correct code. Provide me LED, ADC, Other periphearal Demo codes separately I am using Linux Ubuntu 24.04.3 LTS.
  6. 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.

       

       

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Super User

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

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

3 REPLIES 3
TDK
Super User

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

If you feel a post has answered your question, please click "Accept as Solution".

 

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

Problems I am facin

  1. Please Provide me Existing Demo Codes:  For this Board also provide Demo Code which is Flashed in Board Firmware version is  V1.0.1 give me correct code. Provide me LED, ADC, Other periphearal Demo codes separately I am using Linux Ubuntu 24.04.3 LTS.
  2. 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.

You have a separate thread on that question: STM32H7B3I-EVAL: Need demo codes, Wi-Fi support; Ubuntu 24.04

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.