Sections

  • Sample Page

microcontrollers

Categories

  • 8015 Serial Data Communication
  • 8051 Applications
  • 8051 architecture
  • 8051 Arithmetic Operations
  • 8051 Jump and Call Opcodes
  • 8051 Logical Operations
  • 805l Microcontroller Design
  • 8086 Microprocessors & Peripherals
  • and parallel processing
  • AND SYSTEM DESIGN CONCEPTS
  • Computer Systems
  • Control and Instrumentation Technology
  • Data Storage Systems
  • DESIGN OF COMPUTER INSTRUCTION SET AND THE CPU
  • Digital Electronics
  • Electronic Components
  • I/O
  • INTEL 8086
  • INTEL AND MOTOROLA 32- & 64-BIT MICROPROCESSORS
  • Interfacing I/O Devices
  • introduction to microcontrollers
  • introduction to microprocessors
  • Introduction to Z80 Assembly Language Programming
  • Memory
  • Memory I/O and Parallel Processing
  • Memory Interfacing
  • MICROCOMPUTER ARCHITECTURE
  • Microprocessors And Peripheral ICs Questions And Answers
  • MOTOROLA MC68000
  • Moving Data on 8051
  • MPU memory I/O
  • Optical Storage Systems
  • Principles of computer architecture
  • Printing Technologies and Systems
  • PROGRAMMING
  • Software Development Systems and Assemblers
  • Specifications
  • Uncategorized
  • YO
  • Z80 INSTRUCTIONS AND PROGRAMMING TECHNIQUES
  • Z80 Microprocessor Architecture

Uncategorized

 

TIMERS AND COUNTERS:COUNTERS

Posted on November 30, 2015 by Farahat Leave a comment

COUNTERS Of the three timers in the 16F877A, only Timer0 (an 8-bit timer) and Timer1 (the 16-bit timer) can be used as counters. Timer2 does not have a counter input line. Generally speaking this makes Timer0 suitable for use with small counts and rapid interrupts and Timer1 suitable for larger counts. HOW DOES A COUNTER […]
Continue reading…

Categories: Uncategorized

 

TIMERS AND COUNTERS:Exercises for Timers and Exercises for Counters

Posted on November 30, 2015 by Farahat Leave a comment

Exercises for Timers 1. Write a program to generate a one minute timer clock with a 0.1 second display and then do the following: N Check its accuracy with the time site on the Internet. N Make adjustments to make it accurate to within one second per hour and then per day. Can this be […]
Continue reading…

Categories: Uncategorized

 

TIMERS AND COUNTERS:THE WATCHDOG TIMER

Posted on November 30, 2015 by Farahat Leave a comment

THE WATCHDOG TIMER A Watchdog Timer is a timer that sets an interrupt that tells us that for some reason the program has hung up or otherwise gone awry. As such it is expected that in a prop- erly written and compiled program the Watchdog Timer will never set an interrupt. This is accomplished by […]
Continue reading…

Categories: Uncategorized

 

TIMERS AND COUNTERS:PRE-SCALERS AND POST-SCALERS

Posted on November 30, 2015 by Farahat Leave a comment

PRE-SCALERS AND POST-SCALERS Pre-scalers and post-scalers can be confusing for the beginner. Here is a simple explanation. A pre-scaler is applied to the system clock and affects the timer by slowing down the system clock as it applies to the timer. Normally the timer is fed by a fourth of the basic clock frequency, which […]
Continue reading…

Categories: Uncategorized

 

TIMERS AND COUNTERS:TIMER OPERATION CONfiRMATION

Posted on November 30, 2015 by Farahat Leave a comment

TIMER OPERATION CONfiRMATION To make sure a timer is working, set up a program in which the interrupt routine incre- ments a variable and the main loop displays it. If you see the variable incrementing, the interrupt routine is working. The speed of the incrementing will give you some idea of the rate at which […]
Continue reading…

Categories: Uncategorized

 

CONTROLLING THE OUTPUT AND READING THE INPUT:EXERCISES

Posted on November 30, 2015 by Farahat Leave a comment

EXERCISES Answers to these problems are not provided. Since this is really all about input and output, a comprehensive set of exercises that focus specifically on input and output have been provided. We need to be completely comfortable with these I/O functions before we start on running motors, so you are encouraged to expand on […]
Continue reading…

Categories: Uncategorized

 

TIMERS AND COUNTERS

Posted on November 30, 2015 by Farahat Leave a comment

If you have no knowledge about timers, you should read this chapter a few times. However, there is some repetition in the other chapters to allow each part of the book to stand as an independent resource. Most users will find that using the timers and the counters is the hardest part of learning how […]
Continue reading…

Categories: Uncategorized

 

CONTROLLING THE OUTPUT AND READING THE INPUT:THE LCD DISPLAY

Posted on November 30, 2015 by Farahat Leave a comment

THE LCD DISPLAY This section describes the use of and interactions with existing hardware connections as they come with the LAB-X1 module. Other wiring schemes can be used with ease as defined in the compiler manual. The LCD is controlled from PORTD, and all eight bits of this port are connected to the LCD. You […]
Continue reading…

Categories: Uncategorized

 

THE SOFTWARE, COMPILERS, AND EDITORS:Basic Compiler Instruction Set

Posted on November 30, 2015 by Farahat Leave a comment

Basic Compiler Instruction Set The following is a list of the commands provided in the smaller compiler:
Continue reading…

Categories: Uncategorized

 

THE SOFTWARE, COMPILERS, AND EDITORS:PICBASIC PRO COMPILER

Posted on November 30, 2015 by Farahat Leave a comment

PICBASIC PRO COMPILER The PICBASIC PRO Compiler (referred to as the PBP hereafter) provides all the func- tions needed to program almost the entire family of PIC microcontrollers in a BASIC- like environment. This means that it allows you to write programs that read the inputs and write to the outputs in a simple and […]
Continue reading…

Categories: Uncategorized

 
« Older posts
Newer posts »

Secondary Sidebar

This Sidebar has no widgets.
You should set some now.
This message will then dissapear.

Appearance > Widgets

  • Sample Page

Powered by WordPress and HeatMap AdAptive Theme