In the process of generating the code from the IOC configuration, STM32CubeIDE also deletes manually added source and include file paths.
In my STM32CubeIDE project, the source code and project file directories are different. The source files are available as linked folder. Therefore, I had made a manual configuration for the source file paths and include file paths. Some paths are relative and some are workspace paths.
Whenever I generate new source code from IOC file, it overwrites both source and include paths with its own generated paths.
Is there any option to control this behaviour? I dont mind which paths the tool itself generates along with the source code generations, however should not remove manually added paths from me.
Please let me know there is any solution/workaround for this.
I am using STM32CubeIDE v1.4.0 .
Thanks.