2020-10-31 01:27 AM
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?
Solved! Go to Solution.
2020-10-31 07:33 AM
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.
2020-10-31 07:33 AM
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.
2020-11-02 10:30 AM
@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.