We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I'm taking a over a STM32 project and am trying to set up my project. I have a folder with all of my .c and .h files, as well as Program.uvprojx, Program.uvoptx, Program.uvguix-ZYM-PC, and JLinkSettings.ini, star.bat, and keilkill.bat files. I see that the Program.uvprojx and JLinkSettings files open as xml files with what appear to be all of the config settings I'll need. However I noticed when I create new .uvprojx files they open directly as uv5 projects (not xml files).
Is there an easy to create a new project directly from this folder that maintains it's original file structure and configurations/settings? Or do I need to inquire about another master .uvprojx file that will open as a project rather than xml?
Much thanks!
Just clone project from one directory to a new one.
ie XCOPY DONOR_PROJECT\*.* NEW_PROJECT\*.* /s /e
Thanks for replying! I tried this and it did successfully clone the directory, but I still can't open it is a project in uvision5. How do I make my directory into an openable project file? I suppose a related question would be what is the difference between a .uvprojx file that is openable and one that is just an xml file? Is there a way to create tis openable .uvprojx file from the xml version? Thanks!!!