Chapter 10
AVR Microcontroller And Embedded Systems · 9 exercises
Problem 3
In the ATmega32 what memory area is assigned to the interrupt vector table?
3 step solution
Problem 15
True or false. The TIMSK register is not a bit-addressable register.
3 step solution
Problem 20
True or false. For each of Timer0 and Timer 1, there is a unique address in the interrupt vector table.
4 step solution
Problem 30
True or false. An address location is assigned to each of the external hardware interrupts INT0, INT1, and INT2.
3 step solution
Problem 35
Assume that the INT0 bit for external hardware interrupt is enabled and is negative edge-triggered. When is the interrupt activated? How does this intermpt work when it is activated.
3 step solution
Problem 39
Explain the role of INTF0 and INT0 in the execution of external interrupt 0 .
4 step solution
Problem 42
Explain the difference between low-level and falling edge-triggered interrupts.
4 step solution
Problem 44
True or false. INT0-INT2 must be configured as an input pin for a hardware interrupt to come in.
3 step solution
Problem 49
Explain what happens if an interrupt is activated while the AVR is serving an interrupt.
4 step solution