From b2a2da70a4ed6a5251d5b80436b6d2e35d69a33b Mon Sep 17 00:00:00 2001 From: supperthomas <78900636@qq.com> Date: Sun, 11 Apr 2021 17:04:38 +0800 Subject: [PATCH] fix the ld --- bsp/nrf5x/libraries/templates/nrfx/board/linker_scripts/link.lds | 1 - 1 file changed, 1 deletion(-) diff --git a/bsp/nrf5x/libraries/templates/nrfx/board/linker_scripts/link.lds b/bsp/nrf5x/libraries/templates/nrfx/board/linker_scripts/link.lds index 9a9609eed7..f91b8466ca 100644 --- a/bsp/nrf5x/libraries/templates/nrfx/board/linker_scripts/link.lds +++ b/bsp/nrf5x/libraries/templates/nrfx/board/linker_scripts/link.lds @@ -7,7 +7,6 @@ MEMORY { FLASH (rx) : ORIGIN = 0x0, LENGTH = 0x100000 RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x40000 - CODE_RAM (rwx) : ORIGIN = 0x800000, LENGTH = 0x10000 } INCLUDE "packages/nrfx-v2.1.0/mdk/nrf_common.ld"