Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
12e26564
Commit
12e26564
authored
Jan 05, 2014
by
Damien George
Browse files
stm: allow more flash for the binary.
parent
823877bc
Changes
1
Hide whitespace changes
Inline
Side-by-side
stm/stm32f405.ld
View file @
12e26564
...
...
@@ -7,7 +7,7 @@ MEMORY
{
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 0x100000 /* entire flash, 1 MiB */
FLASH_ISR (rx) : ORIGIN = 0x08000000, LENGTH = 0x004000 /* sector 0, 16 KiB */
FLASH_TEXT (rx) : ORIGIN = 0x08020000, LENGTH = 0x0
2
0000 /* sector 5,
128 KiB
*/
FLASH_TEXT (rx) : ORIGIN = 0x08020000, LENGTH = 0x0
8
0000 /* sector
s
5,
6,7,8, 4*128KiB = 512 KiB (could increase it more)
*/
CCMRAM (xrw) : ORIGIN = 0x10000000, LENGTH = 0x010000 /* 64 KiB */
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 0x020000 /* 128 KiB */
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment