cancel
Showing results for 
Search instead for 
Did you mean: 

How to create nested projects in CubeIDE

DSchm.3
Associate II

Hello everyone,
I'm currently trying to create a nested project in CubeIDE. Unfortunately I can't find any useful information online.
I'm probably searching for the wrong terms.
I would like to create a Project structure something like this:

Parent Project
     - Bootloader Project
     - Application Project

If the parent project is built, the bootloader and application projects should be built as well. Both the bootloader and application have the same target chip and are stored in different parts of the flash memory.

I would highly appreciate any tips or suggestions on how to do this.

Kind regards
Dominik Schmid

1 ACCEPTED SOLUTION

Accepted Solutions

https://community.st.com/t5/stm32cubeide-mcus/how-to-organise-nested-projects-with-shared-code-and-binary/td-p/70239

CubeIDE is Eclipse - so a general internet search on whether/how Eclipse supports this could be worthwhile.

eg, https://www.google.com/search?q=eclipse+nested+projects

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.

View solution in original post

1 REPLY 1

https://community.st.com/t5/stm32cubeide-mcus/how-to-organise-nested-projects-with-shared-code-and-binary/td-p/70239

CubeIDE is Eclipse - so a general internet search on whether/how Eclipse supports this could be worthwhile.

eg, https://www.google.com/search?q=eclipse+nested+projects

 

A complex system that works is invariably found to have evolved from a simple system that worked.
A complex system designed from scratch never works and cannot be patched up to make it work.