STM32F4: USARTS 4,5,6 added
[betaflight.git] / src / main / target / stm32_flash_f303_256k.ld
blob2db0e7713feb1ee9f1c368049322ed50950ed67c
1 /*
2 *****************************************************************************
3 **
4 **  File        : stm32_flash.ld
5 **
6 **  Abstract    : Linker script for STM32F30x Device with
7 **                256KByte FLASH and 40KByte RAM
8 **
9 *****************************************************************************
12 /* Specify the memory areas. */
13 MEMORY
15   FLASH  (rx)     : ORIGIN = 0x08000000, LENGTH = 252K /* last 4kb used for config storage */
16   RAM    (xrw)    : ORIGIN = 0x20000000, LENGTH = 40K
17   MEMORY_B1 (rx)  : ORIGIN = 0x60000000, LENGTH = 0K
20 INCLUDE "stm32_flash.ld"