cancel
Showing results for 
Search instead for 
Did you mean: 

Using the projects examples.

JAlca
Senior

Hi all,

I'm triyng to learn about using the example projects inside the repository folders.

For example, I have a STM32F429i-discovery board and I want to load an example:

../STM32Cube/Repository/STM32Cube_FW_F4_V1.25.1/Projects/STM32F429I-Discovery/Examples/ADC/ADC_RegularConversion_DMA

But there isnt an .IOC file.

How sould I load This in STM32CubeIDE?

1 ACCEPTED SOLUTION

Accepted Solutions
TDK
Guru

File -> New -> STM32 Project -> Example selector

Then select the example you want.

You can also load the .project file from the filesystem, but this is easier.

0693W0000059xUrQAI.png

If you feel a post has answered your question, please click "Accept as Solution".

View solution in original post

2 REPLIES 2
TDK
Guru

File -> New -> STM32 Project -> Example selector

Then select the example you want.

You can also load the .project file from the filesystem, but this is easier.

0693W0000059xUrQAI.png

If you feel a post has answered your question, please click "Accept as Solution".

@TDK. Well done but takes care to under the hood details. See https://community.st.com/s/question/0D53W00000MiMPwSAN/why-the-source-file-are-missing-when-import-an-existing-projects-into-workspace.

Some variation between having and example visible within the workspace from .project loading and an example relying on a local copy. Both are available to build & debug but source files are not located the same.

Up to you to select most suitable way of working to you.