Hi,
We are using nRF52832-QFABB0, SDK-14.2 and s132(v5.0.0) soft device flashing on board. In linker script default values are set for QFAA (64kb-ROM & 512kb- Flash memory). Here we are using QFABB0(32kb-ROM & 256 kb- Flash memory). After flashing ble_app_proximity example it is terminating and not showing on nRF_Connector App but the peripheral examples are working fine.we have tried changing the RAM and ROM length in the linker script file from (64kb-ROM & 512kb- Flash memory) to (32kb-ROM & 256 kb- Flash memory). but we didn't change the base address of the RAM and ROM. do we have to change the RAM base and ROM base address? if, yes. what will be the RAM base address and ROM base address for S132(v5.0.0)?
Thanks in advance.