Microcontroller Practical Procedure: Keil Software Development Tools
Microcontroller Practical Procedure: Keil Software Development Tools
Start Keil uVision3 or UV3 i.e. an ICON appear on your desktop PC.
Now click on Project in menu bar and select new project, u will get following window.
Now choose the destination where you want to store the project.
Create new folder and give the name that.
Double click on the folder and give the name for your project file as *.uv2
(Extension it will take by default.) Click on save.
U will get following type of window on the screen.
This will ask u the target device that means the Microcontroller that is on our board.
Select Philips 89v51RD2xx. And click O.K. then it ask that copy standard startup code click
yes. It will show target folder on left.
Now click to file menu and new file, and type your code here in the Text window.
After writing your code save this source file with proper extension, i.e. if your are writing the
code in the C languages then save file as *.c or if in assembly then save as * .asm.
Now add this source file to our Project group, by clicking on the following shown icon,
By clicking on this icon u will get the following type of window on the screen.
Then click on the add file it will show the window contain file,
Click the proper extension and click add once it will add the selected file in the project group.
Then click close and then O.K.
Now click on the project in menu bar and options for target shown in the following window,
after clicking on this window , u will get the option as shown in following window, as in below
shown window u must have to change the crystal frequency to 11.0592 , after that click on
output option.
For downloading this file in the target board use the Flash magic downloading Software