I am using Rowley CrossWorks as my IDE.
I have several STM32 projects created with STM32CubeMX which have several files that are shared as of now, by copying the source folder into each projects "src" folder.
This is obviously not an ideal solution.
How do I best merge the projects together, so that I can build the individual projects, with the same common files referenced? Preferably where the “drivers” folder and “inc” folder is also share from a common location.
I have found a solution
i put the app specific code in a folder in the src folder. e.g \src\ and \src\appX \src\appY
Each solution is put into the MDK-ARM folder and then i edit the project file
...