File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
# LEDs, again
2
2
3
3
In the last section, I gave you * initialized* (configured) peripherals (I initialized them in
4
- ` aux8 ::init` ). That's why just writing to ` BSRR ` was enough to control the LEDs. But, peripherals
4
+ ` aux7 ::init` ). That's why just writing to ` BSRR ` was enough to control the LEDs. But, peripherals
5
5
are not * initialized* right after the microcontroller boots.
6
6
7
7
In this section, you'll have more fun with registers. I won't do any initialization and you'll have
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The register we'll have to deal with is: `MODER`.
13
13
Your task for this section is to further update the starter code to configure the * right* ` GPIOE `
14
14
pins as digital outputs. You'll have to:
15
15
16
- - Figure out * which* pins you need to configure as digital outupts . (hint: check Section 6.4 LEDs of
16
+ - Figure out * which* pins you need to configure as digital outputs . (hint: check Section 6.4 LEDs of
17
17
the * User Manual* (page 18)).
18
18
- Read the documentation to understand what the bits in the ` MODER ` register do.
19
19
- Modify the ` MODER ` register to configure the pins as digital outputs.
You can’t perform that action at this time.
0 commit comments