Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 6

MICRO-LAB EXPERIMENT TITLE

Student Name: Raja Ali Dad

Registration Number: FA18-EPE-174

Class/Section: EPE-5D

Semester: 5th

Lab Engineer Name: Sir Jawad Sultan

Course Teacher Name: Syed Mashood Murtaza

Submission Date: 09-10-2020

Marks:
A P C
Task 1:
Draw the given circuit and connect oscilloscope and voltage and current terminals and observe the
output.
Circuit:

Setting Voltage Values:


Connecting Voltage and current Probs:

Connecting Oscilloscope:
Task2:Use the pic18 microcontroller and draw an assembly code for it.
Code:
#include p18f452.inc
RST code 0x0
goto Start
PGM code
Start
CLRF TRISC
MOVLW 0xFF
MOVWF PORTC
Loop
goto Loop
END
THE END

You might also like