This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

creating a new project from another one

I an discovering STM32 and ... Keil. English is not my natural language and I am 66. So I have some difficulties to understand how simple things as creating a new project from another one are so difficult.

My problem is : I have built a project that blinks the red LED. Now I want to write 'Hello World !' on the display of my STM32F7508-DK card. So I created a new directory and I tried to put all the files in it and then I searched a 'rename project' menu in vain.

I tried to export the first project to cprj, rename the files and then import. It seems to work but files are not the right ones ...

SO : is there a simple way to copy a project with all the files, docs, .... in a new directory ?

TIA

Jean

Parents
  • Note that in uVision "Project - Export" is not used for duplicating or exporting the current project to a new location. 

    You can try copying the entire project folder of your project A into a new directory. Then rename the *.uvprojx file with a new project name. If the new project B works for a different target device, and reselect a new device in Option for Target - Device in uVision, and reconfigure the DFP pack and software component in "Select Software Packs" and "Manage Run-Time Environment" dialog in uVision

Reply
  • Note that in uVision "Project - Export" is not used for duplicating or exporting the current project to a new location. 

    You can try copying the entire project folder of your project A into a new directory. Then rename the *.uvprojx file with a new project name. If the new project B works for a different target device, and reselect a new device in Option for Target - Device in uVision, and reconfigure the DFP pack and software component in "Select Software Packs" and "Manage Run-Time Environment" dialog in uVision

Children