Skip to main content
Associate
July 17, 2025
Solved

NUCLEO-H743ZI2 board not supported in STM32CubeIDE - Obsolete

  • July 17, 2025
  • 2 replies
  • 568 views

Hello team, I am new to STM32CubeIDE. I have a NUCLEO-H743ZI2 board. When I try to open an example project, it shows the message: 'Target NUCLEO-H743ZI2 is obsolete according to marketing status,' and the .ioc file is not generating. I have already installed the latest version of the IDE. Could you please help me resolve this issue?

Best answer by Andrew Neil

@ramdev29 wrote:

IDE Version: 1.18.1


That is one the versions which seems to be affected by the issue mentioned above.

Try updating to the latest - 1.19.0.

2 replies

Andrew Neil
Super User
July 17, 2025

Welcome to the forum

Please see How to write your question to maximize your chances to find a solution for best results

What CubeIDE version are you using?

 


@ramdev29 wrote:

When I try to open an example project, it shows the message: 'Target NUCLEO-H743ZI2 is obsolete 


It is correct:

AndrewNeil_1-1752745033717.png

 

 

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.
mƎALLEm
Technical Moderator
July 17, 2025

Hello @ramdev29 and welcome to the community

It shows a pop up message indicating it's an obsolete board but the code is well generated.

What is the CubeIDE version you are using?


@ramdev29 wrote:

 I have already installed the latest version of the IDE. Could you please help me resolve this issue?


CubeIDE 1.19.0?

"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
July 17, 2025

@mƎALLEm wrote:

 but the code is well generated.


@ramdev29 see this post regarding recent issues with older versions of CubeIDE not creating the .ioc file.

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.