From 21a4321634412bfb509bc36ffb8a69dda43ec6bf Mon Sep 17 00:00:00 2001 From: Lotte Steenbrink Date: Wed, 24 Jun 2020 15:50:01 +0200 Subject: [PATCH] linking the spec is shorter than pointing to the refs --- beginner/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/beginner/README.md b/beginner/README.md index 1edb317..9f1640d 100644 --- a/beginner/README.md +++ b/beginner/README.md @@ -431,7 +431,8 @@ The ARM Cortex-M ISA is backwards compatible so for example you could compile a In particular, you need to identify how much Flash and RAM memory the device has and at which address the memory is exposed. You'll find this information in the device's data sheet or reference manual. -In the case of the nRF52840, this information is in section 4.2 (Figure 2) of its Product Specification (see the References section at the bottom of this document). The nRF52840 has: +In the case of the nRF52840, this information is in section 4.2 (Figure 2) of its [Product Specification](https://infocenter.nordicsemi.com/pdf/nRF52840_PS_v1.1.pdf). +It has: - 1 MB of Flash that spans the address range: `0x0000_0000` - `0x0010_0000`. - 256 KB of RAM that spans the address range: `0x2000_0000` - `0x2004_0000`.