This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to configure memory linker for NRF52382_XXAB?

Hi,

I'm developing and testing the code using the PCA10040, but this board uses the NRF52382_XXAA which contains more memory and I want to use the NRF52382_XXAB. So, how can I configure memory linker for NRF52382_XXAB? Is there any examples on SDK? 

Until now I've used the same as hrs example, but the ram and flash length are higher the available on XXAB: 

MEMORY
{
FLASH (rx) : ORIGIN = 0x26000, LENGTH = 0x5a000
RAM (rwx) : ORIGIN = 0x20002b90, LENGTH = 0xd470
}

Thanks in advance 

PS. I'm using the softdevice S132 6.1.

Related