Hello,
we are using SEGGER Embedded Studio for ARM 4.16 to program Nordic chip nRF52832 (SDK is nRF5_SDK_15.3.0).
We would like to have some functions executed in RAM and wanted to use a manual linker script for this (as described in "SEGGER Linker, A linker for Cortex-M Microcontrollers, User Guide & Reference Manual").
We have activated the manual linker script within the linker options. Everytime we select a linker script (for ex. rtc_gcc_nrf52.ld in the rtc exemple case), following error message appears:
C:/Program Files/SEGGER/SEGGER Embedded Studio for ARM 4.16/gcc/arm-none-eabi/bin/ld: cannot open linker script file nrf_common.ld: No such file or directory
Build failed
Any idea why ?