Can the chip be updated from an ANT device to a BT Smart Central. This means it starts its life with an S210 and then gets a serial code update to an S120. Obviously with different application code as well. I'm not sure if it will need to go the other direction as well.
How can this be done? The examples bootloaders I have seen are very connected to one of the SoftDevices so having one that works with these 2 seems problematic. Maybe a bootloader that doesn't work with a SoftDevice? I don't understand how this can work as Region0 can't be written from Region1 and I don't see how I can expand Region0 beyond the SoftDevice so the bootloader can get in that region too. Are the sample bootloaders able to change the size of Region 0? This seems needed as the 2 SoftDevices are very different sizes.
...Gary