Showing posts with label Keil Software. Show all posts
Showing posts with label Keil Software. Show all posts

Sunday, February 23, 2014

Software tools required to work with 8051 family of Micro controller - Keil & Flash magic (e.g. P89V51RD2 from Philips) for making line / path follower robot

Software Details:

The program code acts as the decision-maker embedded in the microcontroller i.e. it decides what will be the outputs for particular set of input combination. Programs for the P89V51RD2 series of microcontrollers can be written in assembly (ASM) and C. Keil, Flash magic etc. are some free development software’s for programming the P89V51RD2 Microcontrollers. We are using KEIL for programming. In KEIL we write our C code, after compilation it generates ‘.hex’ file that is hardware level code.

You might also like