Nordic nRF54L15DK

Blecon Pre-built Firmware

The latest release of pre-built Blecon firmware for this board is available here: nrf54l15dk-2.1.0.tar.bz2

Unpack the above archive and follow the instructions below to flash the firmware on your development board.

Flashing Prebuilt Firmware

Requirements

Steps

  1. Connect your nRF54L15DK to your computer with the USB-C cable

  2. Start the nRF Connect for Desktop app and select the Programmer tool.

  3. Click the Blue "Select Device" dropdown in the top-left of the Programmer tool and select the "nRF54L15 DK" device

  4. In the "File" section of the sidebar, click the "Add File" button and select "Browse...", then select the firmware you wish to flash.

  5. In the "Device" section of the sidebar, click the "Erase and write" button to program the firmware

Connecting to UART

The nRF54L15DK J-Link USB interface exposes two virtual serial ports to interface with the module's UART. Since the number your operating system assigns to each virtual serial port may be unpredictable you may need to try both ports to find the correct one.

  • On Windows the ports are usually named COMxx. In Windows Device Manager the ports will appear as COMxx (JLink CDC UART Port)

  • On Mac the ports are usually named /dev/tty.usbmodemXXXXXXXXXXX.

  • On Linux the ports are usually named /dev/ttyACMx

Develop With this Board in Zephyr

You will first need to set up Zephyr and initialise a workspace for the Blecon Device SDK

The board target for the nRF54L15DK is: nrf54l15dk/nrf54l15/cpuapp

Sample command for building and flashing the Devboard Demo Application:

west build -p -b nrf54l15dk/nrf54l15/cpuapp -s blecon-device-sdk/examples/zephyr/devboard-demo
west flash

Change the source path option (-s) to build the other examples.

Button and LED mappings

Blecon Devboard Demo

Refer to the Devboard Demo App Getting Started Guide for instructions about how to use this application.

Demo App Function
Board Button

ping

BUTTON 0

announce

BUTTON 1

Demo App Function
Board LED

Blecon status

LED0

Last updated