Proper way to import provided firmware/SDK into STM32CubeIde
I've got a working example that builds from the sdk with the classic project structure:
../Core/Inc : Contains header files from SDKs Firmware/Eval/Inc and Firmware/Inc (i.e. both adc.h and adc_driver.h which is likely not correct)
../Core/Src: Contains src files from Firmware/Eval/Src and Firmware/Src
within the project I also have the ioc file. Here is a quick look at the structure:
However, *any* changes to the IOC breaks the entire project. So how do I properly set up the project/structure or import the SDK firmware to be able to use the .ioc with the auto generation? Is that even possible with the files provided by ST?
Thanks.
