I have my external board with nrf52832, and I want to flash it via nrf52 DK.
However, I couldn't flash it when I used `nrfjprog` command such like;
nrfjprog --program /path/to/nrf52832_xxaa.hex -f nrf52 --sectorerase
SettingsConnect nrf52 DK to PC- Connect my external board to nrf52 DK through P19(Debug Out)
- Flash program by nrfjprog command
According to the nrf52 DK document, I think above command can flash an external board when it is powered.
When the external board is powered, the interface MCU will detect the supply voltage of the board and
program/debug the target chip on the external board instead of the onboard nRF52832.
Why couldn't I flash my external board? I'm beginner for embedded system. Please help me.