stlink/flashloaders/linker.ld

10 wiersze
125 B
Plaintext

/* Entry Point */
ENTRY(copy)
/* Specify the memory areas */
MEMORY
{
RAM (xrw) : ORIGIN = 0x20000000 , LENGTH = 64K
}