2022-01-14 03:39 AM
Hello,
I normally copy an old SPC5 project and paste it with an updated version number to modify the source code. But, the copied UDE workspace is referring to older source code. Can you help to fix it?
Thanks in advance.
Br,
Sreejith
2022-01-14 06:05 AM
Hello,
would you please provide screen shots to inform me about old/new code and versions ?
Best Regards,
-Olivier
2022-01-14 06:14 AM
As you can see in the screenshot, the current version is V35 (main.c)
When debugging for a file OP.c, the control goes to OP.c of version V33. See the path highlighted.
2022-01-14 06:25 AM
As you copied your old project, the debug.wsx was referencing the old code.
I recommend you to just create a new one (or replace the old one saving with same name) by loading your new .elf with new path and sources.
BRs,
-Olivier
2022-01-14 06:31 AM
Ok, thanks for the answer.