1
0
Fork 0
hscloud/dc/hbj11/flasher/bluepill/memory.x

8 lines
216 B
Plaintext

MEMORY
{
/* Flash memory begins at 0x80000000 and has a size of 64kB*/
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
/* RAM begins at 0x20000000 and has a size of 20kB*/
RAM : ORIGIN = 0x20000000, LENGTH = 20K
}