• KEIL PROJECT FORMAT uv2 and uvproj
    Hello, I used a previous version of keil (RLARM and MDK) for my previous project. The project was saved in the format uv2. For my new project i installed a latest version of RLARM and MDK. It...
  • uVision project file format (uvproj)
    Ok, this is a rant, I know, but... I once thought I had read that the new xml-based project file format would allow for multiple targets in which source files could have the same name but reside...
  • µVision4 uvproj-File changes
    Hi, in my projects I use the version contorl system git. But everytime I open my project in µVision4 changes to the uvproj-File were made so git says that I uncommitted changes. How can I avoid...
  • Tags for Branch
    Going through the tutorial, my code: AREA MyFirstExample, Code, ReadOnly ENTRY MOV r0,#4 MOV r1,#5 ADD r2,r0,r1 S B S END When I build I get the following error: MyFirstExample...
  • Application error while switching from .uv2 to .uvproj
    Hi, While converting .uv2 project in to .uvproj. I am getting message that the project will be saved in the new uvision format. As soon as I press OK, I am getting error Application error: The instruction...