6 lines
100 B
Plaintext
Raw Normal View History

2021-06-08 14:47:32 -04:00
MEMORY
{
FLASH : ORIGIN = 0x08000000, LENGTH = 2048K
2021-06-15 18:52:43 -03:00
RAM : ORIGIN = 0x24000000, LENGTH = 384K
2021-06-08 14:47:32 -04:00
}