Skip to main content
DSchm.3
Associate
October 24, 2024
Solved

How to create nested projects in CubeIDE

  • October 24, 2024
  • 1 reply
  • 991 views

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

    Best answer by Andrew Neil

    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

     

    1 reply

    Andrew Neil
    Andrew NeilBest answer
    Super User
    October 24, 2024

    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.