fix memory.x
This commit is contained in:
parent
d7262f9849
commit
bf45b1d83d
@ -1,14 +1,14 @@
|
|||||||
/*
|
/*
|
||||||
The size of this file must be exactly the same as in other memory_xx.x files.
|
The size of this file must be exactly the same as in other memory_xx.x files.
|
||||||
Memory size for STM32WB55xC with 256K FLASH
|
Memory size for STM32WB55xC with 256K FLASH
|
||||||
|
*/
|
||||||
|
|
||||||
MEMORY
|
MEMORY
|
||||||
{
|
{
|
||||||
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 256K
|
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 256K
|
||||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 192K
|
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 192K
|
||||||
RAM_SHARED (xrw) : ORIGIN = 0x20030000, LENGTH = 10K
|
RAM_SHARED (xrw) : ORIGIN = 0x20030000, LENGTH = 10K
|
||||||
}
|
}
|
||||||
*/
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Memory size for STM32WB55xC with 512K FLASH
|
Memory size for STM32WB55xC with 512K FLASH
|
||||||
|
Loading…
Reference in New Issue
Block a user