stm32ide project file organization
I am confused where my source file should be stored. It seems that I have duplicate files stored in multiple locations. Some seem to get updated together and some don't!
For instance I have a main.h file stored here-> FJB_KEYPAD_R5\STM32CubeIDE\Application\User\Core\Inc and another main.h stored here-> X:\STM32_development\FJB_KEYPAD_R5\Core\Inc
They are not the same and get referenced differently depending on which file I am using.
I only want one main.h!
What is the correct way to store my source and include files?

