Version 1.0 bump
[inav/snaewe.git] / src / main / target / stm32_flash_f303_128k.ld
bloba13c3045810f4eef1c4ddb3ddbb90d5eb98078fc
1 /*
2 *****************************************************************************
3 **
4 **  File        : stm32_flash.ld
5 **
6 **  Abstract    : Linker script for STM32F30x Device with
7 **                128KByte FLASH and 40KByte RAM
8 **
9 *****************************************************************************
12 /* Specify the memory areas. */
13 MEMORY
15   FLASH  (rx)     : ORIGIN = 0x08000000, LENGTH = 126K /* last 2kb used for config storage */
16   RAM    (xrw)    : ORIGIN = 0x20000000, LENGTH = 40K
17   MEMORY_B1 (rx)  : ORIGIN = 0x60000000, LENGTH = 0K
20 INCLUDE "stm32_flash.ld"