Hi,
We are using nRF52840 SOC with our custom board. Due to some reason, the SWD data line(SWDIO pin) shorted.
So now we are looking into how we can program nRF52840 without using the SWD line. Is there any other way to program nRF52840?
Thank you,
Hi,
We are using nRF52840 SOC with our custom board. Due to some reason, the SWD data line(SWDIO pin) shorted.
So now we are looking into how we can program nRF52840 without using the SWD line. Is there any other way to program nRF52840?
Thank you,
Hi,
Unfortunately not. The only way to program a new nRF5 device with empty flash is via SWD. Once programmed, if you program it via a bootloader, that can be used to upgrade using other transports (depending on the bootloader), like UART, USB, BLE etc. But you would anyway need SWD to program the bootloader, unless you program the devices before mounting them on the board.
Thank you Einar Thorsrud,