Problem with main.c as a linked file
Hi,
I changed the location of the main.c file in my disk then reimported it in the project explorer as a linked file under the same path (under core/src).
When I modify the .ioc file, save it and regerated the code, the changes of the peripheral configuration are not reflected in the linked main.c file.
I opended the project directory (on disk) to investigate and saw that a new main.c is generated and the changes are reflected there.
What is the solution that makes the generated code from the .ioc be integrated in the linked main.c and not generated a new main.c?