Merge pull request #204 from gsmcmullin/stlink-flash-size
Increase st-link flash allowance to 128K.
This commit is contained in:
commit
dacf907540
|
@ -20,7 +20,7 @@
|
|||
/* Define memory regions. */
|
||||
MEMORY
|
||||
{
|
||||
rom (rx) : ORIGIN = 0x08000000, LENGTH = 64K
|
||||
rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
|
||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue