Skip to content

Commit f27b595

Browse files
committed
Update page numbers
1 parent da6daa8 commit f27b595

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

mdbook/src/09-registers/rtrm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ Each peripheral also has its own section in the documentation. Each of these sec
3333
table of the registers that the peripheral's register block contains. For the `GPIO` family of
3434
peripheral, that table is in:
3535

36-
> Section 6.8.2 Registers - Page 144
36+
> Section 6.8.2 Registers - Page 231
3737
3838
`OUT` is the register which we will be using to set/reset. Its offset value is `0x504` from the base
3939
address of the `P0`. We can look up `OUT` in the [Product Specification].
4040

4141
That register is specified right under the `GPIO` registers table:
4242

43-
> Subsection 6.8.2.1 OUT - Page 145
43+
> Subsection 6.8.2.1 OUT - Page 232
4444
4545
Anyway, `0x5000_0000` + `0x504` = `0x50000504`. That looks familiar! Finally!
4646

0 commit comments

Comments
 (0)