aboutsummaryrefslogtreecommitdiff
path: root/examples/stm32h7/memory.x
diff options
context:
space:
mode:
authorJuliDi <[email protected]>2023-07-28 16:34:20 +0200
committerJuliDi <[email protected]>2023-07-28 16:34:20 +0200
commitb57ba84da5f287d7c2d4899c485b2732ff2745a2 (patch)
treedbdb2ff7cad14cfdf5c7e4ed130a22da387dd75b /examples/stm32h7/memory.x
parentd752a3f9808ec9be64c720d3f80f152f0b7507df (diff)
add dac-dma example for h7, remove memory.x
Diffstat (limited to 'examples/stm32h7/memory.x')
-rw-r--r--examples/stm32h7/memory.x5
1 files changed, 0 insertions, 5 deletions
diff --git a/examples/stm32h7/memory.x b/examples/stm32h7/memory.x
deleted file mode 100644
index 026b14b9b..000000000
--- a/examples/stm32h7/memory.x
+++ /dev/null
@@ -1,5 +0,0 @@
1MEMORY
2{
3 FLASH : ORIGIN = 0x8000000, LENGTH = 1024K
4 RAM : ORIGIN = 0x24000000, LENGTH = 384K
5}