mirror of
https://github.com/jam422470459/EPD-nRF52-hema213.git
synced 2025-12-17 22:08:17 +08:00
move components to SDK dir
This commit is contained in:
13
SDK/12.3.0_d7731ad/components/toolchain/gcc/nrf51_xxab.ld
Normal file
13
SDK/12.3.0_d7731ad/components/toolchain/gcc/nrf51_xxab.ld
Normal file
@@ -0,0 +1,13 @@
|
||||
/* Linker script to configure memory regions. */
|
||||
|
||||
SEARCH_DIR(.)
|
||||
GROUP(-lgcc -lc -lnosys)
|
||||
|
||||
MEMORY
|
||||
{
|
||||
FLASH (rx) : ORIGIN = 0x00000000, LENGTH = 0x20000
|
||||
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x4000
|
||||
}
|
||||
|
||||
|
||||
INCLUDE "nrf51_common.ld"
|
||||
Reference in New Issue
Block a user