Skip to main content
SKara.7
Associate III
January 14, 2022
Question

UDE Workspace refers to older source files

  • January 14, 2022
  • 4 replies
  • 967 views

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

    This topic has been closed for replies.

    4 replies

    ODOUV.1
    ST Employee
    January 14, 2022

    Hello,

    would you please provide screen shots to inform me about old/new code and versions ?

    Best Regards,

    -Olivier

    SKara.7
    SKara.7Author
    Associate III
    January 14, 2022

    0693W00000HrhIqQAJ.png 

    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.

    ODOUV.1
    ST Employee
    January 14, 2022

    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

    SKara.7
    SKara.7Author
    Associate III
    January 14, 2022

    Ok, thanks for the answer.