I'm currently trying to merge the S120 softdevice with the compiled code from the ble_app_multilink_central sample under Linux (Ubuntu).
Here is the command I'm executing: srec_cat ../../../../../../s120/s120_nrf51_2.0.0_softdevice.hex -intel _build/nrf51822_xxaa_s120.hex -Intel -o hrs.hex -intel --line-length=44
Unfortunately I'm getting the following error message: srec_cat: _build/nrf51822_xxaa_s120.hex: 2: contradictory 0x00018000 value (previous = 0xFF, this one = 0x00)
It seems as if my build result was invalid. Can anyone confirm this error or indicate how I can work around it?