Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
TASTE
uPython-mirror
Commits
b1e21722
Commit
b1e21722
authored
Oct 21, 2014
by
Damien George
Browse files
Merge pull request #922 from swegener/for-upstream
stmhal: Set entry point for ELF binary debugging
parents
a3efe04d
abf0f07a
Changes
1
Hide whitespace changes
Inline
Side-by-side
stmhal/stm32f405.ld
View file @
b1e21722
...
...
@@ -11,7 +11,9 @@ MEMORY
CCMRAM (xrw) : ORIGIN = 0x10000000, LENGTH = 0x010000 /* 64 KiB */
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 0x020000 /* 128 KiB */
}
ENTRY(Reset_Handler)
/* produce a link error if there is not this amount of RAM for these sections */
_minimum_stack_size = 2K;
_minimum_heap_size = 16K;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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