Posts

Showing posts with the label LED-blink

HOW TO USE KEIL

Image
KEIL IDE  is basically an assembler and a compiler or whatever you name it. You can write either an Assembly or C language code and KEIL will take care of the rest for you. Furthermore, it supports many of the 8051 variants that you will face. You can download KEIL using the link below. DOWNLOAD KEIL uVISION FOR 8051 After successful download and install, you may have problem getting familiar with it. Here I am giving you a tutorial on how to use it for writing your program, compiling it, and finally generating the HEX file. For familiarizing KEIL, we choose a basic program on LED blinking using 89C51 STEP 1: Create a new file for the project . Project>New ยต Vision Project Create a new folder in preferred location and a file with in the folder and save it. STEP 2:  Select the proper device from the new dialogue box that appeared after step 1. Atmel>AT89C51>OK STEP 3: When prompted select YES. ...