Reset back the memory.x also.
This commit is contained in:
parent
f1a3e0e05d
commit
67283c0cbd
@ -2,6 +2,6 @@ MEMORY
|
|||||||
{
|
{
|
||||||
/* NOTE 1 K = 1 KiBi = 1024 bytes */
|
/* NOTE 1 K = 1 KiBi = 1024 bytes */
|
||||||
/* These values correspond to the STM32F429ZI */
|
/* These values correspond to the STM32F429ZI */
|
||||||
FLASH : ORIGIN = 0x08000000, LENGTH = 512K
|
FLASH : ORIGIN = 0x08000000, LENGTH = 2048K
|
||||||
RAM : ORIGIN = 0x20000000, LENGTH = 96K
|
RAM : ORIGIN = 0x20000000, LENGTH = 192K
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user