New project creation for 8051 on keil environment


1.Find and select keil u version 4 from your computer.
 2.Then click project to create New project on drop down selection.

 3.Create and Select folder for the project.Then save it


4.Right click project window and it will appear like the following image


 5.Then scroll down the mouse pointer and select atmel family from the list.
 6.Select Atmel->89s52 controller.Then click ok

 7.Click yes button.it will add some source information about your project.
 8.Create File->New. Save it as *.C


 9.Add the file C file into project by Right clicking pointer on source window . Then click the 'Add Files to Group 'source group' .
                                             


                                 
                                         
10.click and select Option for Group 'Source Group 1' or use shortcut key Alt+F7.


 11.Edit the configuration data's as per shown in following images.



 Edit the code as you want in the .c file. finally  Click Rebuild button in ribbon window to create hex file.




Comments

Popular posts from this blog

8051 INTERFACING WITH 7 SEGMENT DISPLAY AND 3X3 MATRIX KEYPAD

7 SEGMENT INTERFACING WITH 8051