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
 
@@ -43,7 +43,7 @@ ENTRY(Reset_Handler)
 
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
 
}
 
0 comments (0 inline, 0 general)