Sunday 2 September 2018

HOW TO USE KEIL


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.


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 PORT blinking using 89C51


No comments:

Post a Comment