diff options
| author | Caleb Garrett <[email protected]> | 2024-02-04 17:19:15 -0500 |
|---|---|---|
| committer | Caleb Garrett <[email protected]> | 2024-02-04 17:19:15 -0500 |
| commit | 059d8a82228c0fa90f7709ce362d7629ca028f13 (patch) | |
| tree | 2f238a6f97d0da953e98e7f8573fdaff0528f855 /examples/nrf51/memory.x | |
| parent | 66f44b95d70547be8e32daac1ab611eec5fbe28a (diff) | |
| parent | 1f940bf9e868438090ea126eb2267f5e9325fbd4 (diff) | |
Merge commit '1f940bf9e868438090ea126eb2267f5e9325fbd4' into hash
Diffstat (limited to 'examples/nrf51/memory.x')
| -rw-r--r-- | examples/nrf51/memory.x | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/nrf51/memory.x b/examples/nrf51/memory.x new file mode 100644 index 000000000..98b3c792f --- /dev/null +++ b/examples/nrf51/memory.x | |||
| @@ -0,0 +1,5 @@ | |||
| 1 | MEMORY | ||
| 2 | { | ||
| 3 | FLASH : ORIGIN = 0x00000000, LENGTH = 128K | ||
| 4 | RAM : ORIGIN = 0x20000000, LENGTH = 16K | ||
| 5 | } | ||
