2026-03-10 2:47 AM - last edited on 2026-03-10 3:08 AM by Andrew Neil
Hello STM Community,
I am a beginner working with the STM32H7B3I-EVAL evaluation board based on the STM32H7B3LIH6Q MCU, and I am currently setting up my development environment on Ubuntu 24.04.3 LTS.
I installed STM32CubeIDE 1.18.0 using the following installer:
st-stm32cubeide_1.18.0_24413_20250227_1633_amd64.sh.zip
I am facing a few issues and would really appreciate your guidance.
I would like to get the existing/demo example codes available for this board, especially the examples related to the firmware version currently flashed on my board, which shows:
Firmware Version: V1.0.1
Could anyone please guide me on where to find the exact demo code corresponding to the factory-flashed board behavior, if available?
I am specifically looking for separate demo examples for:
LED
ADC
GPIO
UART
SPI
I2C
TFT/LCD
Touch
Camera
Wi-Fi
other onboard peripherals
I am using Linux Ubuntu 24.04.3 LTS, so Linux-compatible steps would be very helpful.
At the moment, I mainly need:
official demo/example codes for STM32H7B3I-EVAL
factory demo source code / equivalent example
camera test example
Wi-Fi connection troubleshooting guidance
Any links to official STM32CubeH7 packages, board example folders, or application notes would be greatly appreciated.
Thank you very much.
2026-03-10 3:17 AM
Welcome to the forum.
Please see How to write your question to maximize your chances to find a solution for best results.
@vijayajangam wrote:I am a beginner working with the STM32H7B3I-EVAL .
Do you have any experience with other STM32s? Or other microcontrollers? Or programming in general?
See this post for some 'getting started' tips.
And this one for some basic first steps.
@vijayajangam wrote:I installed STM32CubeIDE 1.18.0 .
Any particular reason for choosing such an old version ?
Latest is v2.1.0: STM32CubeIDE 2.1.0 released.
Note that this no longer integrates CubeMX: STM32CubeIDE 2.0.0 New workflow tutorial.
You should be able to find existing examples, etc, in CubeMX.
2026-03-11 12:54 AM
Hello @vijayajangam;
I recommend you to look at STM32H7B3I-EVAL board examples in the STM32CubeH7
For LED, Camera, LCD and Touch tests, I advise you to run BSP example.
I hope this help you.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
2026-04-17 10:41 PM
Hello ST Team,
I am using the STM32H7B3I-EVAL board. I checked STM32CubeH7 (GitHub + full package), but I could not find clear Wi-Fi example projects for this board.
Since the board supports camera (DCMI) and Wi-Fi, I need help with the following:
Goal: quick validation of camera + Wi-Fi hardware
Please share any working example or reference.
Thank you
2026-04-20 12:51 AM
Hello @vijayajangam ;
There is an example of use of WiFi on STM32H7B3I-EVAL in STM32CubeH7 firmware package in Projects\STM32H7B3I-EVAL\Demonstrations\ClockAndWeather
So, I recommend you to look at BSP and ClockAndWeather examples and get inspired to configure your project.
Thank you.
Kaouthar
To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.