Changeset - e93bd62dcae4
[Not reviewed]
cortex-f0
0 1 0
Ethan Zonca - 10 years ago 2015-01-04 21:01:18
ez@ethanzonca.com
Fix RAM size
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
stm32-flash.ld
Show inline comments
 
@@ -40,13 +40,13 @@ ENTRY(Reset_Handler)
 
_Min_Stack_Size = 0x400; /* required amount of stack */
 
 
/* Specify the memory areas */
 
MEMORY
 
{
 
  FLASH (rx)      : ORIGIN = 0x08000000, LENGTH = 32K
 
  RAM (xrw)       : ORIGIN = 0x20000000, LENGTH = 4K
 
  RAM (xrw)       : ORIGIN = 0x20000000, LENGTH = 6K
 
  MEMORY_B1 (rx)  : ORIGIN = 0x60000000, LENGTH = 0K
 
}
 
 
/* Define output sections */
 
SECTIONS
 
{
0 comments (0 inline, 0 general)