techknow
knowlwdge hub
Pages - Menu
(Move to ...)
Home
▼
Wednesday, September 11, 2013
PUSH and POP operation of stack memory in microcontroller
›
PUSH & POP STACK: it s part of RAM in which data will store temporary during execution of program. STACK work on last in fi...
14 comments:
how to access external memory
›
In 8051 micro controller have in built RAM and ROM,but size of this memory is limited size of RAM is 128 byte while size of ROM is 4KB so...
1 comment:
Wednesday, September 4, 2013
Serial Communication of 8051
›
Serial Interface The serial port of 8051 is full duplex, i.e., it can transmit and receive simu...
3 comments:
Power Saving mode operation of microcontroller
›
In this mode PCON (power control register).in this register two bit play important role for power control of 8051. Below show the format ...
1 comment:
Tuesday, September 3, 2013
How to write and read serial port of controller.
›
To write data to serial port To write a byte to the serial port one must simply write the value to the SBUF (99h) SFR. if you wanted t...
2 comments:
Tuesday, July 9, 2013
8051 Microcontroller Interrupt
›
Interrupt There are five interrupt sources for the 8051, which means that they can recognize 5 different events that can interrupt regu...
Timer & Counter control Logics of 8051 Microcontroller
›
TIMING If a counter is programmed to be a timer, it will count the internal clock frequency of the 8 051 oscillator divide...
Monday, July 8, 2013
Timer & Counter of 8051 Microcontroller
›
Counters and Timers Many microcontroller applications require the counting of external events, such as the frequency of a pulse tr...
49 comments:
Branch Instruction Of 8051 controller
›
Branch Instructions There are two kinds of branch instructions: Unconditional jump instructions : upon their execution a jump to a new...
›
Home
View web version