Hello, I am having a problem using the Segger IDE. I am using the nRF52-DK and got my SDK download from the following link, nRF5 SDK - nordicsemi.com.
What I did exactly was:
1) Downloaded the Segger IDE
2) Download the SDK files
3) Unzipped the folder "DeviceDownload"
4) Navigated: DeviceDownload\nRF5_SDK_17.1.0_ddde560\nRF5_SDK_17.1.0_ddde560\examples\peripheral\blinky\pca10040\blank\ses
5) Tried to run the blinky code but was responded with the following
Linking 'blinky_pca10040.elf"
error: .text section is larger than specified size
error: .rodata section is larger than specified size
6) Running the blinky code was thus unsuccessful and I unsure if I missed a step or did a step wrong.
And advice or recourses would be appreciated. Thank you.