• 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...
  • 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...
  • µ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...
  • port uVision3 project to uVision4
    I had a project for MCB2300 (LPC2368), who fonctionned normally under uVision3 ( MDK-ARM V3.20, RL-ARM V3.70 ), but i can't port this project under uVision4 ( MDK-ARM V4.11, RL-ARM V4.12 ). I can...