We are using nrf51822 AB variant(16kb Ram, 128 kb flash). Due to flash size constraints we are still using s110 softdevice v5. Following is the linker script config:
FLASH (rx) : ORIGIN = 0x14000, LENGTH = 0xC000
RAM (rwx) : ORIGIN = 0x20002000, LENGTH = 0x2000
Is this the optimum values? If not please tell me the right values that should be there.