diff options
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/stm32h7/memory.x | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32h7/memory.x b/examples/stm32h7/memory.x index c23c397a4..026b14b9b 100644 --- a/examples/stm32h7/memory.x +++ b/examples/stm32h7/memory.x | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | MEMORY | 1 | MEMORY |
| 2 | { | 2 | { |
| 3 | FLASH : ORIGIN = 0x8000000, LENGTH = 1024K | 3 | FLASH : ORIGIN = 0x8000000, LENGTH = 1024K |
| 4 | RAM : ORIGIN = 0x24000000, LENGTH = 128K | 4 | RAM : ORIGIN = 0x24000000, LENGTH = 384K |
| 5 | } \ No newline at end of file | 5 | } |
