After modifying .ioc file, STM32 CUBE IDE removes some files which causes the build issue.
Hi All,
I already hold a running code which gets compiled perfectly. When I added RNG peripheral by modifying .ioc, I get many errors as build outcome. I have analyzed the root cause and I have found out, generating code after modifying .ioc file removes many files, such as some headers that were already in the previously built project.
Is there any way to preserve the previously successfully built project and just add the new files only such as whatever related with RNG peripheral?
