Skip to content

Instantly share code, notes, and snippets.

@bofh
Last active February 4, 2019 12:55
Show Gist options
  • Save bofh/fc9416830bf16123aa33909b5fe7c499 to your computer and use it in GitHub Desktop.
Save bofh/fc9416830bf16123aa33909b5fe7c499 to your computer and use it in GitHub Desktop.
Linker script for the STM32F303K8
/* Linker script for the STM32F303K8 */
MEMORY
{
/* NOTE 1 K = 1 KiBi = 1024 bytes */
FLASH : ORIGIN = 0x08000000, LENGTH = 64K
RAM : ORIGIN = 0x20000000, LENGTH = 12K
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment