Hello,
I updated the SDK and related SoftDevice of a project based on nRF52832_xxAA
as the new SoftDevice takes up more space (from: 0224A7 to: 0258BF)
I have to allocate my application from 0x23000 to 0x26000
in addition to the Option For Target what else should be changed?
from:
14.2.0 nRF5 SDK - 5.0.0 SoftDevice S132
srec_info.exe s132_nrf52_5.0.0_softdevice.hex -intel
Date: 000000 - 000967
001000 - 0224A7
to:
16.0.0 nRF5 SDK - 7.0.1 SoftDevice S132
srec_info.exe s132_nrf52_7.0.1_softdevice.hex -intel
Data: 000000 - 000AFF
001000 - 0258BF
thank you