MicroLab-Exp2
MicroLab-Exp2
Students
1. Manar Nofal 2. Marah Sirhed
3. Rama Yaseen 4.
Performed on: 21/11/2024 Submitted on: 28/11/2024
Report’s Outcomes
ILO =( ) % ILO =( ) % ILO =( ) % ILO =( ) % ILO =( ) %
Evaluation Criterion Grade Points
Abstract
answers of the questions: “What did you do? How did you do it? 0.5
What did you find?”
Introduction and Theory
Sufficient, clear and complete statement of objectives. In addition to 1.5
Presents sufficiently the theoretical basis.
Apparatus/ Procedure
Apparatus sufficiently described to enable another experimenter to
2
identify the equipment needed to conduct the experiment.
Procedure sufficiently described.
Experimental Results and Discussion (In-Lab Worksheet)
Crisp explanation of experimental results. Comparison of theoretical
4
predictions to experimental results, including discussion of accuracy
and error analysis in some cases.
Conclusions and Recommendations
Conclusions summarize the major findings from the experimental
1
results with adequate specificity. Recommendations appropriate in
light of conclusions. Correct grammar.
Appearance
Title page is complete, page numbers applied, content is well 1
organized, correct spelling, fonts are consistent, good visual appeal.
Total 10
1
An-Najah National University جامعة النجاح الوطنية
كلية الهندسة و تكنولوجيا المعلومات
Faculty of Engineering and IT
Abstract:
In this experiment, we will learn to understand the operating modes and programming
principles of the 8253 timer by implementing two counters: one in square wave mode and
the other as a rate generator.
Apparatuses:
- MML8086K3: 8253 counter/timing
- keypad.
- MML8086K3 Software: dice8088.
- Oscilloscope.
2
An-Najah National University جامعة النجاح الوطنية
كلية الهندسة و تكنولوجيا المعلومات
Faculty of Engineering and IT
Now we want to describe the procedure for our experiment which they are:
Part 1:
- We set counter 0 to mode 3 (square wave) with a frequency of 10kH and assumed the
input frequency was 1MHz, so we used the table in Figure 1 to assist us construct the
control word and send it to the control word register
3
An-Najah National University جامعة النجاح الوطنية
كلية الهندسة و تكنولوجيا المعلومات
Faculty of Engineering and IT
- We want to use counter 0, also we want to read/load least significant byte only, then
choose mode 3, and we want a binary counter 16-bit so the control word will be
(00010110b).
- Also, we must compute the value that will be sent to counter "0" by dividing the input
frequency by the output frequency ((1MH/10KH) =100).
- Because the number is even, we must assume that the wave is high for one half
(100/2) and low for the other half (100/2).
4
An-Najah National University جامعة النجاح الوطنية
كلية الهندسة و تكنولوجيا المعلومات
Faculty of Engineering and IT
Part 2:
- In this part, we set counter 0 to mode 2 (rate generator) with a period of 100ms and a
1MHz input frequency.
- We set counter 0 and read/loaded the least significant byte, then switched to mode 2
and set a 16-bit binary counter so the control word would be (00010100b).
5
An-Najah National University جامعة النجاح الوطنية
كلية الهندسة و تكنولوجيا المعلومات
Faculty of Engineering and IT