| 
 | 1 | +.. _nrf54l20pdk_nrf54l20:  | 
 | 2 | + | 
 | 3 | +nRF54L20 PDK  | 
 | 4 | +############  | 
 | 5 | + | 
 | 6 | +Overview  | 
 | 7 | +********  | 
 | 8 | + | 
 | 9 | +.. note::  | 
 | 10 | + | 
 | 11 | +   All software for the nRF54L20 SoC is experimental and hardware availability  | 
 | 12 | +   is restricted to the participants in the limited sampling program.  | 
 | 13 | + | 
 | 14 | +The nRF54L20 Preview Development Kit hardware provides  | 
 | 15 | +support for the Nordic Semiconductor nRF54L20 Arm Cortex-M33 CPU and  | 
 | 16 | +the following devices:  | 
 | 17 | + | 
 | 18 | +* CLOCK  | 
 | 19 | +* RRAM  | 
 | 20 | +* :abbr:`GPIO (General Purpose Input Output)`  | 
 | 21 | +* :abbr:`NVIC (Nested Vectored Interrupt Controller)`  | 
 | 22 | +* :abbr:`UARTE (Universal asynchronous receiver-transmitter)`  | 
 | 23 | + | 
 | 24 | +Hardware  | 
 | 25 | +********  | 
 | 26 | + | 
 | 27 | +nRF54L20 PDK has two crystal oscillators:  | 
 | 28 | + | 
 | 29 | +* High-frequency 32 MHz crystal oscillator (HFXO)  | 
 | 30 | +* Low-frequency 32.768 kHz crystal oscillator (LFXO)  | 
 | 31 | + | 
 | 32 | +The crystal oscillators can be configured to use either  | 
 | 33 | +internal or external capacitors.  | 
 | 34 | + | 
 | 35 | +Supported Features  | 
 | 36 | +==================  | 
 | 37 | + | 
 | 38 | +The ``nrf54l20pdk/nrf54l20/cpuapp`` board configuration supports the following  | 
 | 39 | +hardware features:  | 
 | 40 | + | 
 | 41 | ++-----------+------------+----------------------+  | 
 | 42 | +| Interface | Controller | Driver/Component     |  | 
 | 43 | ++===========+============+======================+  | 
 | 44 | +| CLOCK     | on-chip    | clock_control        |  | 
 | 45 | ++-----------+------------+----------------------+  | 
 | 46 | +| RRAM      | on-chip    | flash                |  | 
 | 47 | ++-----------+------------+----------------------+  | 
 | 48 | +| GPIO      | on-chip    | gpio                 |  | 
 | 49 | ++-----------+------------+----------------------+  | 
 | 50 | +| NVIC      | on-chip    | arch/arm             |  | 
 | 51 | ++-----------+------------+----------------------+  | 
 | 52 | +| UARTE     | on-chip    | serial               |  | 
 | 53 | ++-----------+------------+----------------------+  | 
 | 54 | + | 
 | 55 | +Other hardware features have not been enabled yet for this board.  | 
 | 56 | + | 
 | 57 | +Programming and Debugging  | 
 | 58 | +*************************  | 
 | 59 | + | 
 | 60 | +Applications for the ``nrf54l20pdk/nrf54l20/cpuapp`` board can be  | 
 | 61 | +built, flashed, and debugged in the usual way. See  | 
 | 62 | +:ref:`build_an_application` and :ref:`application_run` for more details on  | 
 | 63 | +building and running.  | 
 | 64 | + | 
 | 65 | +Flashing  | 
 | 66 | +========  | 
 | 67 | + | 
 | 68 | +As an example, this section shows how to build and flash the :ref:`hello_world`  | 
 | 69 | +application.  | 
 | 70 | + | 
 | 71 | +Follow the instructions in the :ref:`nordic_segger` page to install  | 
 | 72 | +and configure all the necessary software. Further information can be  | 
 | 73 | +found in :ref:`nordic_segger_flashing`.  | 
 | 74 | + | 
 | 75 | +To build and program the sample to the nRF54L20 PDK, complete the following steps:  | 
 | 76 | + | 
 | 77 | +First, connect the nRF54L20 PDK to you computer using the IMCU USB port on the PDK.  | 
 | 78 | +Next, build the sample by running the following command:  | 
 | 79 | + | 
 | 80 | +.. zephyr-app-commands::  | 
 | 81 | +   :zephyr-app: samples/hello_world  | 
 | 82 | +   :board: nrf54l20pdk/nrf54l20/cpuapp  | 
 | 83 | +   :goals: build flash  | 
 | 84 | + | 
 | 85 | +Testing the LEDs and buttons in the nRF54L20 PDK  | 
 | 86 | +************************************************  | 
 | 87 | + | 
 | 88 | +Test the nRF54L20 PDK with a :zephyr:code-sample:`blinky` sample.  | 
0 commit comments