diff options
| author | James Munns <[email protected]> | 2025-11-17 16:38:32 +0100 |
|---|---|---|
| committer | James Munns <[email protected]> | 2025-11-17 16:38:57 +0100 |
| commit | 02285c2153d22f2c0c93a4ce920cdebc03f18658 (patch) | |
| tree | 5fc094d362baa29d2e58185a6416e40b7adaaf0a /examples/memory.x | |
| parent | a0c8e2d0299f3ae8eb24cd264d2b8e87f2bce464 (diff) | |
Correct clk/rst field logic
Diffstat (limited to 'examples/memory.x')
| -rw-r--r-- | examples/memory.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/memory.x b/examples/memory.x index f4263a412..528545b64 100644 --- a/examples/memory.x +++ b/examples/memory.x | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | MEMORY | 1 | MEMORY |
| 2 | { | 2 | { |
| 3 | FLASH : ORIGIN = 0x20000000, LENGTH = 64K | 3 | FLASH : ORIGIN = 0x20000000, LENGTH = 80K |
| 4 | RAM : ORIGIN = 0x20010000, LENGTH = 64K | 4 | RAM : ORIGIN = 0x20014000, LENGTH = 48K |
| 5 | } | 5 | } |
