2018-07-02 06:59 AM
Hello everyone i'm using system workbench for STM32 (sw4stm32) eclipse based IDE for my development. I'm trying to separate libraries and main file in two different projects but both are in same workspace. So I want first project with just libraries and second with just main.c, and i'm trying to include all the libraries and drivers from 1st project to the 2nd one by giving the path of the drivers but for some path it includes all the files but for some it doesn't. Can anyone suggest me why this is happening and what can be done to solve this?