Project Creation in Keil uvision4 IDE for ARM LPC1768

Project Creation in Keil uvision4 IDE for ARM LPC1768:




  1.   Create a project folder before creating NEW project.
  2.    Use separate folder for each project
  3.    Open Keil uVision4 IDE software by double clicking on “Keil Uvision4” icon.

 Go to “Project” then to “New Project” and save it with a name in the Respective Project folder, already you created.

Select the device as “NXP (founded by Philips)” In that “LPC1768” then Press OK and then press “YES” button to add “system_LPC17xx.s” file.

Go to “File” In that “New” to open an editor window. Create your source file And use the header file “LPC17xx.h” in the source file and save the file. Color syntax highlighting will
be enabled once the file is saved with a Recognized extension such as “.C “.


 Right click on “Source Group 1” and select the option “Add Files to Group 'Source Group 1' “add      the. C source file(s) to the group.
 Again right click on Source Group 1 and select the option “Add Existing Files to Group 'Source          Group 1' “add the file –C:
             Keil4\ARM\startup\NXP\LPC17xx\system_LPC17xx.c
 Any changes made to this file at current project will directly change the source system_LPC17xx.c file. So that other project settings may get altered. So it is recommended to copy the file
   C: Keil (4)\ARM\startup\NXP\LPC17xx\system_LPC17xx.c to the project folder and add to the             source group.
Important: This file should be added at each project creation.
  Then go to “Project” in that “Translate” to compile the File (s).
 Go to “Project” in that “Build Target” for building all source files such as “.C”,”.ASM”, “.h”, files, etc…This will create the hex file if no warnings & no Errors.


Comments

Popular posts from this blog

7-segment LED interface

Interface a Stepper motor