Header Ads

Creating Hex file for 8051 Microcontroller

Microcontroller will only understand Hex language. We can use different programming software tools to generate and compile your program. You can use Keil IDE. This is very popular development environment.
Steps for writing a C Program:
1. Create new uVision Project


2. Give a project name



3 Select your hardware Device



4 Create new file


5 Write a program and compile it



6 Click on option for target and then select create a hex file.

 7 Create a hex file


No comments