ECET 340 Entire Course (All ilabs and Homework) For more classes visit www.snaptutorial.com ECET 340 Week 1 HomeWork 1 ECET 340 Week 1 iLab 1 ECET 340.

Slides:



Advertisements
Similar presentations
1 ECE 372 – Microcontroller Design Parallel IO Ports - Outputs Parallel IO Ports E.g. Port T, Port AD Used to interface with many devices Switches LEDs.
Advertisements

Robotics Club, Snt Council2 The 3 Schools of Robotics: Mechanical Design – Types of motors – Material selection –
EET 252 Unit 6 Analog-to-Digital Conversion
Railway Foundation Electronic, Electrical and Processor Engineering.
Railway Foundation Electronic, Electrical and Processor Engineering.
ASPPRATECH.
Engineering 1040: Mechanisms & Electric Circuits Fall 2011 Introduction to Embedded Systems.
UNIT 8 Keypad Interface Contact Closure Counter Exceptions (Interrupts and Reset)
ECE 353 Introduction to Microprocessor Systems Michael G. Morrow, P.E. Week 8.
Microcontroller based system design Asst. Prof. Dr. Alper ŞİŞMAN.
Other Chapters From the text by Valvano: Introduction to Embedded Systems: Interfacing to the Freescale 9S12.
MICROPROCESSOR AND MICRO CONTROLLER LAB
MICROPROCESSOR AND MICRO CONTROLLER
Basic information. * Microcontrollers incorporate the microprocessor, memory and input/output interfaces all on one chip * Microcontrollers have a separate.
MICROCONTROLLER SYSTEMS Part 1. Figure 1.1Elements of a digital controller CPU Central Processing Unit Input Peripherals Output Peripherals ROM Read Only.
Atmel Atmega128 Overview ALU Particulars RISC Architecture 133, Mostly single cycle instructions 2 Address instructions (opcode, Rs, Rd, offset) 32x8 Register.
ENG3640 Review and Exam Question1 ENG3640 Microcomputer Interfacing Review & Final Exam Structure.
Representing Numerical Data Analog Any signal that varies continuously over time Mechanical Pneumatic Hydraulic Electrical Digital Quantities are represented.
ELE22MIC Lecture 9 MULTIPLEXOR - DATA SELECTOR DEMULTIPLEXOR - DATA DISTRIBUTOR Parallel to Serial Data Conversion External Address Bus Latching Address.
Welcome to the world of ARM. COURSE CONTENT Module 1: Introduction  Introduction of ARM Processors  Evolution of ARM  32 - bit Programming Module 2:
Analog/Digital Conversion
KEYBOARD INTERFACING Keyboards are organized in a matrix of rows and columns The CPU accesses both rows and columns through ports. ƒTherefore, with two.
Department of Electronic & Electrical Engineering Introduction to microcontrollers A microcontroller is a small computer on a single integrated circuit.
0808/0809 ADC. Block Diagram ADC ADC0808/ADC Bit μP Compatible A/D Converters with 8-Channel Multiplexer The 8-bit A/D converter uses successive.
Components of a typical full-featured microcontroller.
ECE 101 Exploring Electrical Engineering Chapter 7 Data Acquisition Herbert G. Mayer, PSU Status 11/30/2015 Derived with permission from PSU Prof. Phillip.
For more course tutorials visit ECET 365 Entire Course (All Labs and Quizzes) (Devry) ECET 365 Lab 1 Using the Serial Communication Interface.
MICROPROCESSOR INTEL 8086/8088 BY: SERA SYARMILA SAMEON.
BITS Pilani Pilani Campus Pawan Sharma ES C263 Microprocessor Programming and Interfacing.
FOR MORE CLASSES VISIT   ECET 340 Week 1 HomeWork 1  ECET 340 Week 1 iLab 1  ECET 340 Week 2 HomeWork 2  ECET 340 Week 2 iLab.
1. PIC ADC  PIC18F877 has 8 analog input channels i.e. port A pins(RA0 to RA5) and port E pins(RE1 and RE2). These pins are used as Analog input pins.
For more course tutorials visit ECET 365 Entire Course (All Labs and Quizzes) (Devry) For more course tutorials visit
Introduction to Microcontroller Technology
Popular Microcontrollers and their Selection by Lachit Dutta
ECET 402 Help Bcome Exceptional / snaptutorial.com
Microcontrollers, Basics Fundamentals of Designing with Microcontrollers 16 January 2012 Jonathan A. Titus.
ECE 353 Introduction to Microprocessor Systems
PRA-SYARAT SISTEM MIKROPROSESOR
ECET 405Possible Is Everything/tutorialrank.com
ECET 365 Competitive Success/snaptutorial.com
ECET 340 Competitive Success/snaptutorial.com
ECET 402 Competitive Success/snaptutorial.com
ECET 350 Innovative Education--snaptutorial.com
ECET 405 Innovative Education--snaptutorial.com
ECET 405Competitive Success/snaptutorial.com
ECET 405 Competitive Success/tutorialrank.com
ECET 340 Education for Service-- snaptutorial.com.
ECET 365 Education for Service-- snaptutorial.com.
ECET 402 Education for Service-- snaptutorial.com.
ECET 405 Education for Service-- tutorialrank.com.
ECET 340 Education for Service/tutorialrank.com
ECET 350 Education for Service/tutorialrank.com
ECET 365 Education for Service/tutorialrank.com
ECET 402 Education for Service/tutorialrank.com
ECET 405Education for Service/tutorialrank.com
ECET 105 Education for Service-- snaptutorial.com
ECET 405 Education for Service-- snaptutorial.com
ECET 340 Teaching Effectively-- snaptutorial.com.
ECET 365 Teaching Effectively-- snaptutorial.com.
ECET 402 Teaching Effectively-- snaptutorial.com.
ECET 105 Teaching Effectively-- snaptutorial.com
ECET 405 Teaching Effectively-- snaptutorial.com
Introduction to Microprocessors and Microcontrollers
Engineering 4862 Microprocessors Lecture 25
CSE 171 Lab 11 Digital Voltmeter.
8051 Supplement.
Lesson 8: Analog Signal Conversion
ADC and DAC Data Converter
Compiled by Dr. N.Shanmugasundaram, HOD, ECE Dept, SECE.
ADC and DAC Data Converter
Presentation transcript:

ECET 340 Entire Course (All ilabs and Homework) For more classes visit ECET 340 Week 1 HomeWork 1 ECET 340 Week 1 iLab 1 ECET 340 Week 2 HomeWork 2 ECET 340 Week 2 iLab 2 ECET 340 Week 3 HomeWork 3

ECET 340 Week 1 HomeWork 1 For more classes visit Give three examples each of internal and external peripheral devices as referenced to the HCS12 microcontroller and not an entire PC. (2 points)

ECET 340 Week 1 iLab 1 For more classes visit OBJECTIVES: To become familiar with Microcontroller MC9S12 parallel ports and how simple input and output devices are interfaced through them. To learn how to program I/O instructions in C language.

ECET 340 Week 2 HomeWork 2 For more classes visit 1. Where does program control transfer to when an interrupt occurs? +2 points 2. Which one of the following Interrupts has highest priority? +2 points 3. RAM Vector table addresses $3E52 belongs to which interrupt? +2 points

ECET 340 Week 2 iLab 2 For more classes visit ECET 340 Week 2 iLab 2

ECET 340 Week 3 HomeWork 3 For more classes visit 1. Sketch a circuit that can be used to debounce a pushbutton and explain how it works. (4 points max) 2. In Figure 7.32 on page 339 of the Huang textbook, if the row has and the columnsare, which key is pressed? (2 points max)

ECET 340 Week 3 iLab 3a For more classes visit SOLVED ECET 340 iLAB3 OBJECTIVES: To learn the basic operation of a keypad. To understand how to interface a keypad to a microprocessor.

ECET 340 Week 4 HomeWork 4 For more classes visit Determine the conversion time for an ADC0804 (8-bit), where 66 clocks per bit are required, if its clock frequency is 50 kHz. 2. If an 8-bit SAR has Vref = 10 V, what is the binary value for an input voltage of 7.28 V?

ECET 340 Week 4 iLab 4 For more classes visit OBJECTIVES: To learn how to use A-to-D converters to digitize signals from analog input devices. To learn how to write a C language program that samples the data from an analog device, digitizes it and formats it for output on an LCD.

ECET 340 Week 5 HomeWork 5 For more classes visit Explain, briefly, why an analog restoring filter is sometimes used at the output of a DAC. 2. Given Iref = 2 mA for a DAC1408 IC, find Iout for the input Find the number of discrete voltages output by a 12-bit DAC. Show work.

ECET 340 Week 5 iLab 5 For more classes visit Scenario/Summary This week's lab covers two areas, conversion of digital HCS12 signals to an analog format, and the use of a Serial Peripheral Interface (SPI)

ECET 340 Week 6 HomeWork 6 For more classes visit What are the four main functions of the HC12 Timer unit? 2. Two input capture events occur at counts 0x1037 and 0xFF20 of the free-running counter. How many counts (in decimal) have transpired between these two events?

ECET 340 Week 6 iLab 6 For more classes visit ECET 340 Week 6 iLab 6

ECET 340 Week 7 HomeWork 7 For more classes visit 1. The movable part of the solenoid is the: +2 points 2. Why is the 6N139 optoisolator used in the interfaces to devices such as large motors? +2 points 3. Calculate the number of steps per revolution for a stepper motor with a step angle of 7.5°. +2 points 4. How is stepper motor speed controlled? State any two ways a program can do this. +2 points

ECET 340 Week 7 iLab 7 For more classes visit ECET 340 Week 7 iLab 7