Skip to main content
Associate
December 18, 2024
Solved

missing "INITIALIZE ALL PERIPHERALS IN DEFAULT MODE" with STm32 Cube IDE 1.17.0

  • December 18, 2024
  • 1 reply
  • 838 views

Hi, 

I just updated my version of STM32Cube IDE (1.17.0) on my PC, and I miss the "INITIALIZE ALL PERIPHERALS IN DEFAULT MODE" when I start a new project with my NUCLEO-H723ZG board. Instead of that, I have a new popup, "Board Project Options" with only HMI things, and it results in the ETH not being initialized for example. 

Maybe I have missed some settings? Is the "INITIALIZE ALL PERIPHERALS IN DEFAULT MODE" mode still available in this version?

Thank you for your help

Best answer by Mahmoud Ben Romdhane

Hello @PG29 ,

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

It is a normal behavior, in fact Start From Board is a functionality of STM32CubeMX that simplifies the creation of a project on a board.

In this case, the project can quickly be generated and uploaded to a board.

For more information, I suggest that you take a look at this ST Wiki.

It explains what is Start From Board feature, how to use it through a detailed example and the supported boards.

Best Regards.

Mahmoud

1 reply

Technical Moderator
December 20, 2024

Hello @PG29 ,

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

It is a normal behavior, in fact Start From Board is a functionality of STM32CubeMX that simplifies the creation of a project on a board.

In this case, the project can quickly be generated and uploaded to a board.

For more information, I suggest that you take a look at this ST Wiki.

It explains what is Start From Board feature, how to use it through a detailed example and the supported boards.

Best Regards.

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.