If you select a device that uses the nRF5340 SoC as the interface MCU and attempt to program it, you might get an issue related to device type being unknown.
This issue is related to readback protection of the nRF5340 MCU. To solve the issue, complete the following steps:
- Download nRF Util from Nordic Semiconductor.
- Install the
nrfutil devicecommand. - Connect the DK to the serial port.
- Open a command line terminal.
-
Run the following command:
nrfutil device recover -
Disconnect and connect the DK to the serial port again.
- Select the device.
- When prompted about programming, select Yes.
The app will program the DK and the connection will successfully open with a related log entry.