fix memory.x
This commit is contained in:
parent
d7262f9849
commit
bf45b1d83d
1 changed files with 4 additions and 4 deletions
|
@ -1,14 +1,14 @@
|
|||
/*
|
||||
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
|
||||
{
|
||||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x08000000, LENGTH = 256K
|
||||
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 192K
|
||||
RAM_SHARED (xrw) : ORIGIN = 0x20030000, LENGTH = 10K
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
Memory size for STM32WB55xC with 512K FLASH
|
||||
|
|
Loading…
Reference in a new issue