Skip to content
Published On:
Oct 1, 2023
Last Updated:
Oct 1, 2023

The nRF53 Series is a family of SoCs by Nordic Semiconductor. Two of their core features are Bluetooth and low-energy operation.

The nRF53 series expands on the nRF52 series of MCUs by added dual-cores. One core is designed to run the Bluetooth/networking stack, while the other core is designed to run your application’s business logic.

The nRF5340-DK (nRF5340 Develop Kit) is the de facto development kit for the nRF53 series.

An annotated photo of the nRF5340 Development Kit.

Child Pages

Programming

nRF53 MCUs can be programmed with the Nordic Programmer software (part of Nordic Connect for Desktop) along with a physical programmer such as a the nRF9160-DK development board.

A screenshot of the Nordic “Programmer” software being used to program a nRF5340 MCU with a nRF9160-DK board being used as the physical programmer.

nrfjprog

If you are using Zephyr with nRF MCUs and get the following nrfjprog not found error:

-- west flash: using runner nrfjprog
FATAL ERROR: required program nrfjprog not found; install it or add its location to PATH

Then it might be because you need to install the Nordic “Programmer” tool. This tool is part of the nRF Connect for Desktop suite. Download nRF Connect for Desktop, and then from within it’s GUI you can install Programmer.