Increase st-link flash allowance to 128K.

Although the devices are only documented to have 64K flash,
they have been obeserved to have a full 128K, although the undocumented
half may be untested and have problems.
This commit is contained in:
Gareth McMullin 2017-04-13 09:01:26 +12:00
parent 8e2c2757b4
commit 394fd4894b
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
}