diff options
author | jaseg <git@jaseg.de> | 2024-06-08 18:45:51 +0200 |
---|---|---|
committer | jaseg <git@jaseg.de> | 2024-06-08 18:45:51 +0200 |
commit | b0d059fb24a77ecb244f0722bba2c163668a7eac (patch) | |
tree | f168b2f0242992159d28bc6a054d0281d1af5f15 /memory_map.ldi | |
download | submit-button-fw-b0d059fb24a77ecb244f0722bba2c163668a7eac.tar.gz submit-button-fw-b0d059fb24a77ecb244f0722bba2c163668a7eac.tar.bz2 submit-button-fw-b0d059fb24a77ecb244f0722bba2c163668a7eac.zip |
Initial commit
Diffstat (limited to 'memory_map.ldi')
-rw-r--r-- | memory_map.ldi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/memory_map.ldi b/memory_map.ldi new file mode 100644 index 0000000..5b69c6a --- /dev/null +++ b/memory_map.ldi @@ -0,0 +1,2 @@ +RAM (xrw): ORIGIN = 0x20000000, LENGTH = 20K +FLASH (rx ): ORIGIN = 0x08000000, LENGTH = 64K |