Hello.
I am very confused with memory layout of nrf51822 BLE examples using SoftDevice stack.
Some examples set IROM1 range from 0x0 to 0x3ffff. (ex, ble_app_advertiseing below ble_s110_serialization directory.)
And Others set IROM1 range from 14000 to 0x3efff(ex, ble_app_connectivity below ble_s110_serialization directory)
The nRF51822 data sheet say to me that SoftDevice binary resides from 0x0 to 13fff.
If SoftDevice have to starts from 0x0 address of internal rom according to its data sheet, I think setting IROM1 range from 0x0 to 0x3ffff is wrong.
Is my thougth correct?
And where is SoftDevice binary.
Is S110_SoftDevice binary already programed into nRF51822 when it comes out factory?
Thanks