I've just got started with nRF Connect and used the desktop app to install SES and the SDK v1.5.0.
I am trying to evaluate NRF52805 using an nRF52-DK board, so I selected the board name "nrf52dk_nrf52805" when setting up a sample app to build.
All of the samples I've tried build fine, but I can't download them to the board because I get:
Downloading 'zephyr.elf' to JLink
Download failed
...
Failed to write memory.
If I build for "nrf52dk_nrf52832" instead it seems to download to the board work fine, although that's not the device I am trying to evaluate right now.
Any ideas? I am assuming that nRF52-DK can emulate the NRF52805 based on what I have read.
Thanks!