nRF52810 Bootloader hex File?

I'm working on Custom PCB based on nRF52810 SOC.

I'm successful till now running code on the Adafruit Bluefruit Feather nRF52832 module, I have tried some on nRF52DK. and finally managed to run code on it too.

 Is it possible to run Arduino Code developed for Adafruit nRF52 Bluefruit on nRF52840 DK? 

But now I'm stuck as there is no bootloader option for nRF52810 supported by Adafruit and Nordic doesn't provide support on the Arduino Platform.

Is it possible that I can use the nRF52832 Bootloader hex file and change the address as per nRF52810 SOC?  

I'll make sure to use some platform supported by Nordic, but at the moment going back and starting development on SES would take a lot of time. Once I could run my code successfully on nRF52810. I can start the development of SES for the next phase

Related