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:
parent
8e2c2757b4
commit
394fd4894b
|
@ -20,7 +20,7 @@
|
||||||
/* Define memory regions. */
|
/* Define memory regions. */
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
rom (rx) : ORIGIN = 0x08000000, LENGTH = 64K
|
rom (rx) : ORIGIN = 0x08000000, LENGTH = 128K
|
||||||
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 20K
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue