mirror of
https://github.com/eddyem/stm32samples.git
synced 2025-12-06 18:55:13 +03:00
12 lines
240 B
Plaintext
12 lines
240 B
Plaintext
MEMORY
|
|
{
|
|
rom (rx) : ORIGIN = 0x08000000, LENGTH = 384K
|
|
ram (rwx) : ORIGIN = 0x20000000, LENGTH = 64K
|
|
ccmram (rwx) : ORIGIN = 0x10000000, LENGTH = 16K
|
|
}
|
|
|
|
PROVIDE(_BLOCKSIZE = 2048);
|
|
|
|
/* Include the common ld script. */
|
|
INCLUDE stm32f3.ld
|