Archive for August, 2015
Details of Port 0 of 8051 Microcontroller
August 13th, 2015 admin
It is a 8 bit port. It requires pull-up register to operate properly because it is open source configuration.
Introduction to Assembly Programming of 8051 Microcontroller
August 27th, 2015 Nilesh Chaurasia
Hello Friends!! Over the years, the students have always faced a problem of learning Assembly level programming in a systematic manner. To overcome the same, Elex Tutorials has come up with this blog. We are here to share our knowledge of assembly programming on 8051 Microcontrollers which we have gained over the years. To begin […]
How to Use 8051 IDE Assembler
August 27th, 2015 Nilesh Chaurasia
How to use 8051 IDE? We open this tool by following the procedure given below. Start->Programs-> 8051 IDE. The following window will unfold in front of you. Click on ‘New’ to open a new editor. Write the program code in the editor. Click on the ‘Assemble’ tab on Menu Bar and select ‘Assemble’ from the […]
Data Alignment and its Significance in ARM
August 27th, 2015 Nilesh Chaurasia
Data alignment refers to the storage of data at a location from where it takes the minimum number of operation cycles for the processor to read the data. The task execution process in a processor is basically divided into two parts; reading/writing the data and processing the data. And generally speaking,reading/writing the data is responsible […]
ARM Microcontroller History
August 27th, 2015 Nilesh Chaurasia
In 1983, a company named ACORN was searching for a 16 bit microprocessor for their desktop machine. They were not satisfied with the existing processor in the market as the processor had slower memory accessing. The processor had complex instruction which took hundreds of cycle to execute, which also rose to high interrupt latency. At […]
How to Install KEIL IDE for ARM
August 27th, 2015 Nilesh Chaurasia
KEIL uVISION3 Go to the start up menu and click on the KEIL uVISION3 or click on the shortcut of KEIL uVISION 3 on desktop. 2. The following window can be seen on the screen. Now we need to make a new project. For that, we click on the Project→New Project. As you click […]