rtes:topics:arduino:interrupts
Table of Contents
Interrupts
Lecture Material
This lecture is related to interrupts
of the AVR ATmega328 microcontroller.
We use part of the excellent material from "CSE P567, Design and Implementation of Digital Systems (Winter 2010)" by Carl Ebeling, Computer Science and Engineering Program, University of Washington
- Lecture 6: lecture6_atmega328_arduino.pdf
- Lecture 7: lecture7_timers_interrupts.pdf
From the introduction to ATmege328 (“Lecture 6”) we just need:
- AVR register file: some discussions
- AVR memory
- Interrupts
- I/O ports, pin circuitry
We don't need:
- Addressing modes
- Instructions
Interrupt and Context Switch
A very good explanation is found here:
Lab / Exercises / Homework
1) Time Interrupts
Let us work on Arduino Timer Interrupts based on material from instructables
http://www.instructables.com/id/Arduino-Timer-Interrupts/?ALLSTEPS
2) Generate f = 3 kHz
Modify the code from the instructable above to generate a frequency of f = 3 kHz.
The Lazy Ones use this
Links
rtes/topics/arduino/interrupts.txt · Last modified: 2018/11/08 12:16 by admin