STM32CubeIDE – loading of example projects
What is the correct procedure to open an STM32 project from one of ST’s sample/example projects ?
I’ve downloaded the STM32 Cube H7 example folders and I think the NUCLEO-H743ZI folder is most relevant (I’m using the H743 micro for this project at work), and from there there are a multitude of examples under various folders such as UART. I could choose, for example, the UART_TwoBoards_ComIT folder in which we see the following structure:
From this point what is the correct procedure that takes this example project into STM32CubeIDE (I’m running version 1.10.1), please ? The EWARM folder does include project files none of which load the project into the IDE.
Thanks.