Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added Note about pre-compiled Projects

...

Note

The binary with includes startup code must be copied to the STM32H755zi. Otherwise the Cortex®-M7 won’t start the application on the Cortex®-M4.

...

Using STM32CubeIDE

In the software delivery you’ll find several pre-build example projects for the STM32H7X5zi, which can be imported into the STM32CubeIDE. You’ll also find a project generator for STM32CubeIDE projects is integrated. It .

Info

The project generator requires a python3 installation.

Generating a Project

Within the project folder (ugoal/projects/ugoal/02_profinet/gcc) trigger project creation using the following command:

...

After selection of the proper template (which needs to match the platform), an STM32CubeIDE project is located in the “ide” subfolder of the project.

Importing the Project

This project can be imported into STM32CubeIDE:

...