Beware that this post is related to an SDK in maintenance mode
More Info: Consider nRF Connect SDK for new designs

Reprogramming the Interface MCU on nRF52 Dev Kit

I am trying to become familiar with nRF52 code by developing on the nRF52 Dev Kit.  However, I seem to have somehow "broken" the interface MCU code.  It stopped allowing me to transfer code to the nRF52832 chip (drag-n-drop). So I decided to reprogram the interface MCU (ATSAM3U2C) with the code I found here: nRF52 DK - Downloads - nordicsemi.com.  However, after flashing this with my JLink tool, it appears that I also need a bootloader for the iMCU as well and I haven't been able to find any binaries for this.  Am I correct that the mcu needs two binaries (j-link-ob-sam3u128-v2-nordicsemi-170724.bin & a bootloader)?  If so, where can I find the missing bootloader file?  If not, what else must I do?  Note that the "j-link-ob-sam3u128-v2-nordicsemi-170724.bin" flashes and verifies correctly.

Related