fix memory.x

This commit is contained in:
xoviat 2023-05-11 17:23:18 -05:00
parent d7262f9849
commit bf45b1d83d

View File

@ -1,6 +1,7 @@
/*
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
{
@ -8,7 +9,6 @@
RAM (xrw) : ORIGIN = 0x20000000, LENGTH = 192K
RAM_SHARED (xrw) : ORIGIN = 0x20030000, LENGTH = 10K
}
*/
/*
Memory size for STM32WB55xC with 512K FLASH