We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da6daa8 commit f27b595Copy full SHA for f27b595
1 file changed
mdbook/src/09-registers/rtrm.md
@@ -33,14 +33,14 @@ Each peripheral also has its own section in the documentation. Each of these sec
33
table of the registers that the peripheral's register block contains. For the `GPIO` family of
34
peripheral, that table is in:
35
36
-> Section 6.8.2 Registers - Page 144
+> Section 6.8.2 Registers - Page 231
37
38
`OUT` is the register which we will be using to set/reset. Its offset value is `0x504` from the base
39
address of the `P0`. We can look up `OUT` in the [Product Specification].
40
41
That register is specified right under the `GPIO` registers table:
42
43
-> Subsection 6.8.2.1 OUT - Page 145
+> Subsection 6.8.2.1 OUT - Page 232
44
45
Anyway, `0x5000_0000` + `0x504` = `0x50000504`. That looks familiar! Finally!
46
0 commit comments