Hello every body,
I have just installed the µVision software.
When I create a new project, with my version
I create a project .uprojx file by default and I can not use the "Xtal" option in the "Options for target":
How I can change my ".uprojx" by a ".uproj" or I can create a ".uproj" at the beginning of my project ?
Thanks for your help.
Marc
Marc,
JAUBERT said:How I can change my ".uprojx" by a ".uproj" or I can create a ".uproj" at the beginning of my project ?
When you create a project by selecting a device from a CMSIS Device Family Pack (DFP) = 'Software Pack', you can only create a *.uvprojx project. Only when you have installed one of the legacy packs (see https://developer.arm.com/documentation/101407/0539/Creating-Applications/Tips-and-Tricks/Use-MDK-Version-4-Projects), you have the option to select a device from the old device database and therefore create a *.uvproj project file. There is no way to convert an existing *.uvprojx file into a *.uvproj file.
JAUBERT said:I create a project .uprojx file by default and I can not use the "Xtal" option in the "Options for target"
Why would you like to do that? The Xtal value in the dialog 'Options for Target - Target' was used for the µVision simulator many years ago. This simulator covered only a few (from today's point of view older) devices (see https://developer.arm.com/documentation/ka002225/latest/). Even if you use this old simulator in µVision 5.39, you could set XTAL in the debugger command line because it is also a virtual register (VTREG).