1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/cpu/nrf52/ldscripts/nrf52840xxaa.ld

28 lines
567 B
Plaintext
Raw Normal View History

2016-02-04 15:30:06 +01:00
/*
* Copyright (C) 2017 Freie Universität Berlin
2016-02-04 15:30:06 +01:00
*
* This file is subject to the terms and conditions of the GNU Lesser
* General Public License v2.1. See the file LICENSE in the top level
* directory for more details.
*/
/**
* @addtogroup cpu_nrf52
* @{
*
* @file
* @brief Memory definitions for the NRF52840XXAA
2016-02-04 15:30:06 +01:00
*
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*
* @}
*/
MEMORY
{
rom (rx) : ORIGIN = 0x00000000, LENGTH = 1024K
ram (w!rx) : ORIGIN = 0x20000000, LENGTH = 256K
2016-02-04 15:30:06 +01:00
}
INCLUDE cortexm_base.ld