Reset Interrupt
Norman Dunbar
Abstract
Open-access reader
Norman Dunbar
Abstract
Open-access reader
In this chapter, we begin our dive into the specific interrupts available on the ATmega328P by taking a look at the Reset interrupt. This is the interrupt which triggers when the board is powered on or reset in some manner, so it’s a good place to start our investigations. You will learn here how to determine why the board was reset but also how the bootloader installed on your board might just hide those details from you.
A significance statement is not available in the OpenAlex record.
A contribution statement is not available in the OpenAlex record.
Method details are not available in the OpenAlex metadata.
Findings are not separately available in the OpenAlex metadata.
Limitations are not available in the OpenAlex metadata.
Application details are not available in the OpenAlex metadata.
In this chapter, we begin our dive into the specific interrupts available on the ATmega328P by taking a look at the Reset interrupt. This is the interrupt which triggers when the board is powered on or reset in some manner, so it’s a good place to start our investigations. You will learn here how to determine why the board was reset but also how the bootloader installed on your board might just hide those details from you.
Key concepts: Interrupt, Reset (finance), Booting, Computer science, Embedded system, Interrupt handler, Computer hardware, Microcontroller