ECE 3430 – Intro to Microcomputer Systems

Slides:



Advertisements
Similar presentations
1 The 2-to-4 decoder is a block which decodes the 2-bit binary inputs and produces four output All but one outputs are zero One output corresponding to.
Advertisements

CS 140 Lecture 16 System Designs Professor CK Cheng CSE Dept. UC San Diego 1.
EET 2261 Unit 10 Enhanced Capture Timer  Read Almy, Chapter 20.  Homework #10 and Lab #10 due next week.  Quiz next week.
Kuliah Mikrokontroler AVR Comparator AVR Eru©September 2009 PENS.
16.317: Microprocessor System Design I Instructor: Dr. Michael Geiger Spring 2012 Lecture 29: Microcontroller intro.
Timers. Range of timers Watchdog timer: Included in all devices (watchdog timer+). Its main function is to protect the system against malfunctions but.
T IMERS - 2. O UTPUT U NIT Each capture/compare block contains an output unit. The output unit is used to generate output signals such as PWM signals.
ECE 371- Unit 11 Timers and Counters (“Stop Watches and Alarm Clocks”)
MSP430 Mixed Signal Microcontroller – Parte 2 Afonso Ferreira Miguel Source: slau056d – Texas instruments.
MICROPROCESSOR INPUT/OUTPUT
ECE 447 Fall 2009 Lecture 10: TI MSP430 Timers and Capture Modes.
Lecture 11: TI MSP430 Timers Compare Modes
Lecturers: Professor John Devlin Mr Robert Ross
Unit - 2 DMA 8237A-5.
Network and Systems Laboratory nslab.ee.ntu.edu.tw.
Prepared by: Careene McCallum-Rodney Multiplexor.
How Computers Work. Objectives What Explain what a computer is. Identify different input and output devices. Why To understand how computers work. How.
Standard 2: Fall 10, Spr 11, Spr Problems. #14 Fall 2010 Practice Proficiency Exam.
Standard 1: Fall 10, Spr 11, Spr Problems. #34 Fall 2010 Practice Proficiency Exam.
ECE 382 Lesson 32 Lesson Outline Lab 6 Introduction Pulse Width Modulation Capture / Compare Example Lab 6 Tips Admin Lab#6 “prelab” due BOC lesson 33.
Introduction to ASIC,FPGA,PLDs (16 marks)
EET 2261 Unit 13 Enhanced Capture Timer
ECE 3430 – Intro to Microcomputer Systems
Lecture 10: TI MSP430 Timers and Capture Modes
ECE 3430 – Intro to Microcomputer Systems
ECE 3430 – Intro to Microcomputer Systems
Lecture 8: TI MSP430 Interrupts, ISRs
ECE 3430 – Intro to Microcomputer Systems
ECE 3430 – Intro to Microcomputer Systems
ECE 3430 – Intro to Microcomputer Systems
ECE 3430 – Intro to Microcomputer Systems
Code review: GPIO, timer, and ISR
PWM and DC Motor Control
ECE 3430 – Intro to Microcomputer Systems
ECE 3430 – Intro to Microcomputer Systems
ECE 3430 – Intro to Microcomputer Systems
UNIT – Microcontroller.
ECE 3430 – Intro to Microcomputer Systems
Introduction to microprocessor (Continued) Unit 1 Lecture 2
ECE 3430 – Intro to Microcomputer Systems
ECE 3430 – Intro to Microcomputer Systems
ECE 3430 – Intro to Microcomputer Systems
Example 19 Measuring Pulse Widths Using Interrupts
ECE 3430 – Intro to Microcomputer Systems
MSP432 ARM Timer Programming
ECE 3430 – Intro to Microcomputer Systems
ECE 3430 – Intro to Microcomputer Systems
RX Compare Match Timer (CMT)
RX 8-Bit Timer (TMR) 4/20/2011 Rev. 1.00
National Tsing Hua University CS4101 Introduction to Embedded Systems Lab 2: Timer and Clock Prof. Chung-Ta King Department of Computer Science National.
ECE 3430 – Intro to Microcomputer Systems
ECE 3430 – Intro to Microcomputer Systems
ECE 3430 – Intro to Microcomputer Systems
ECE 3430 – Intro to Microcomputer Systems
ECE 3430 – Intro to Microcomputer Systems
8051 Supplement.
STM Arm Timer Programming
ECE 3430 – Intro to Microcomputer Systems
Number Systems and Circuits for Addition
ВОМР Подмярка 19.2 Възможности за финансиране
Споразумение за партньорство
ECE 3430 – Intro to Microcomputer Systems
Example 18 Pulse Train Using Interrupts
ECE 477 Senior Design Group 3  Spring 2010
ECE 3430 – Intro to Microcomputer Systems
Homework Do Now: Agenda “An Introduction To Balancing Equations”
ECE 3430 – Intro to Microcomputer Systems
MSP430 Clock System and Timer
Starter of the day Get out your lino blocks
Presentation transcript:

ECE 3430 – Intro to Microcomputer Systems ECE 3430 – Introduction to Microcomputer Systems University of Colorado at Colorado Springs Lecture #15 Agenda Today: More on the Timer_A timer block Lecture #15 ECE 3430 – Intro to Microcomputer Systems Fall 2014

ECE 3430 – Intro to Microcomputer Systems Timer_A Timer Block The 16-bit timer (TAR) can count up to a threshold and then roll over to zero or start counting back down to 0. Refer to the Timer_A section of the MSP430x2xx Family User Guide for exhaustive details on the Timer_A block. Input Capture/Output Compare blocks (channels) are part of the Timer_A block. These allow us to extend the use of the basic timer block by involving input and output pins. We’ll discuss this after exam 2. The specific interrupt vectors and input/output pins involved are device-specific and, hence, can be found in the device-specific datasheets. All capture/compare blocks share a common timer block (only one TAR). Lecture #15 ECE 3430 – Intro to Microcomputer Systems Fall 2014

ECE 3430 – Intro to Microcomputer Systems End of Exam 2 Material. Prepare questions for next lecture. Lecture #15 ECE 3430 – Intro to Microcomputer Systems Fall 2014