summaryrefslogtreecommitdiff
path: root/examples/stm32h7
diff options
context:
space:
mode:
authorMatous Hybl <hyblmatous@gmail.com>2022-04-12 14:06:53 +0200
committerMatous Hybl <hyblmatous@gmail.com>2022-04-25 14:30:43 +0200
commit945fa0871f03a1db9a9be16e92346d62825decdd (patch)
treeca867531d8a4670b39f24e7afa6bd9c739cf7225 /examples/stm32h7
parenta1746f4ddac734cd8912007b6155ca340df89f19 (diff)
downloadembassy-945fa0871f03a1db9a9be16e92346d62825decdd.zip
Implement giant (chunked) DMA transfers for DCMI.
Diffstat (limited to 'examples/stm32h7')
-rw-r--r--examples/stm32h7/memory.x4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/stm32h7/memory.x b/examples/stm32h7/memory.x
index c23c397a..026b14b9 100644
--- a/examples/stm32h7/memory.x
+++ b/examples/stm32h7/memory.x
@@ -1,5 +1,5 @@
MEMORY
{
FLASH : ORIGIN = 0x8000000, LENGTH = 1024K
- RAM : ORIGIN = 0x24000000, LENGTH = 128K
-} \ No newline at end of file
+ RAM : ORIGIN = 0x24000000, LENGTH = 384K
+}