Skip to content

Commit 4c265eb

Browse files
authored
Quick fix to the typo in the prelab question 6.1.1 in interrupts.
1 parent 63b9cd7 commit 4c265eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Interrupts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Section B3.4 of the [Armv6-M Architecture Reference Manual](https://developer.ar
1313

1414
## 6.1 Prelab
1515

16-
1. In this lab, you will write an interrupt service routine (ISR) that responds when you push button A on the Pololu robot. The NVIC on the RP2040 can be set to request an interrupt when a voltage level on a GPIO pin is high, when it is low, when it transitions from high to low (falling edge), or when it transitions from low to high (rising edge). If you would like your ISR to respond exactly once to pressing the B button, and you would like it to respond as quickly as possible, which of these four options should you choose? What do you think will happen if you choose the other options?
16+
1. In this lab, you will write an interrupt service routine (ISR) that responds when you push button A on the Pololu robot. The NVIC on the RP2040 can be set to request an interrupt when a voltage level on a GPIO pin is high, when it is low, when it transitions from high to low (falling edge), or when it transitions from low to high (rising edge). If you would like your ISR to respond exactly once to pressing the button, and you would like it to respond as quickly as possible, which of these four options should you choose? What do you think will happen if you choose the other options?
1717

1818
**Hint:** Refer to the schematic in the previous lab showing GPIO pin 25 and button A.
1919

0 commit comments

Comments
 (0)