I'm implement some feature to update the softdevice for nrf51822. It has chance to switch s110 to s130. I have a requirement to treat the MBR of s110 and s130 the same as each other. I have compared the hex files for MBR of s110 and s130. There is a little difference(2bytes) between them at the address 0x300 ~ 0x30F. In s110 it is: 0070BD0146012292044868904201D909203B In s130 it is: 0070BD0146012212044868904201D90920BB
Could anyone please tell me what does the difference is related to?
Thanks!