Hi, I am using nRF51822 with softdevice. I would like to load the program into the flash through UART, is it possible? Thanks in advance
Yes, this would be possible, but you have to enable the bootloader that supports UART to do so. We have example code for this available. Please have a look in the documentation here.
Thank you for your answer. I finally find the example code .