stlink/flashloaders/linker.ld

9 wiersze
133 B
Plaintext

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