Merge pull request #204 from gsmcmullin/stlink-flash-size

Increase st-link flash allowance to 128K.
This commit is contained in:
Gareth McMullin 2017-04-13 09:08:55 +12:00 committed by GitHub
commit dacf907540
1 changed files with 1 additions and 1 deletions

View File

@ -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
}