This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

how to program nRF52832 via uart

I am designing a board with a host cpu and Nordic nRF52832 as companion chip in order to have Bluetooth capabilities; the two SoCs are connected each other through the uart.

I have read in

that the [programming] addresses must be writeable by the production programming tools. Users expect these to be written when the hex file is programmed by the programmer. It is bad practice for application to write these values at run time.

These section makes me think I need a sort of bootloader in order to perform nRF52832 programming when the the upgrade firmware is available via uart only.

Am I correct?

Related