Skip to main content
Visitor
August 5, 2026
Solved

How to get started with NUCLEO-H723ZG (simple example application project)

  • August 5, 2026
  • 2 replies
  • 94 views

I purchased new board NUCLEO-H723ZG, installed STM32CubeIDE, STM32CubeMX, Programmer. 
Now I just want to build and run on my board any STM32CubeIDE example project without dancing around.
But it seems like it is impossible to import ready to run project and run it. I waisted several hours with no luck.
Can anyone point me out to any place online where I can just download the project, open it in IDE and run without modifications on my hardware board?

Best answer by Mahmoud Ben Romdhane

Hello ​@new st customer 

Let me thank you for posting and welcome to the ST Community.

I recommend that you take a look at the firmware examples under this path:

C:\Users\_\STM32Cube\Repository\STM32Cube_FW_H7_V1.13.0\Projects\NUCLEO-H723ZG\Examples

Thanks.

Mahmoud

2 replies

ST Technical Moderator
August 5, 2026

Hello ​@new st customer 

Let me thank you for posting and welcome to the ST Community.

I recommend that you take a look at the firmware examples under this path:

C:\Users\_\STM32Cube\Repository\STM32Cube_FW_H7_V1.13.0\Projects\NUCLEO-H723ZG\Examples

Thanks.

Mahmoud

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.
Andrew Neil
Super User
August 5, 2026

 

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.