In my design the nRF52 is connected to an STM32 host MCU. I connected the UART for data communication and the SWD and RESET pins for programming.
The nRF52 needs to be programmed through the host (even the first time) so the programming needs to go through the SWD interface. (Cannot use the UART as the bootloader is not programmed).
Is there example software to allow the programming of the nRF52 from an external host?
Many thanks,
Youssef