Lines Matching +full:tri +full:- +full:default

6 The Freedom KL25Z is an ultra-low-cost development platform for
8 on ARM |reg| Cortex |reg|-M0+ processor.
10 The FRDM-KL25Z features include easy access to MCU I/O, battery-ready,
11 low-power operation, a standard-based form factor with expansion board
12 options and a built-in debug interface for flash programming and run-control.
17 - MKL25Z128VLK4 MCU @ 48 MHz, 128 KB flash, 16 KB SRAM, USB OTG (FS), 80LQFP
18 - On board capacitive touch "slider", MMA8451Q accelerometer, and tri-color LED
19 - OpenSDA debug interface
21 For more information about the KL25Z SoC and FRDM-KL25Z board:
23 - `KL25Z Website`_
24 - `KL25Z Datasheet`_
25 - `KL25Z Reference Manual`_
26 - `FRDM-KL25Z Website`_
27 - `FRDM-KL25Z User Guide`_
28 - `FRDM-KL25Z Schematics`_
35 +-----------+------------+-------------------------------------+
38 | NVIC | on-chip | nested vector interrupt controller |
39 +-----------+------------+-------------------------------------+
40 | SYSTICK | on-chip | systick |
41 +-----------+------------+-------------------------------------+
42 | PINMUX | on-chip | pinmux |
43 +-----------+------------+-------------------------------------+
44 | GPIO | on-chip | gpio |
45 +-----------+------------+-------------------------------------+
46 | UART | on-chip | serial port-polling; |
47 | | | serial port-interrupt |
48 +-----------+------------+-------------------------------------+
49 | I2C | on-chip | i2c |
50 +-----------+------------+-------------------------------------+
51 | ADC | on-chip | adc |
52 +-----------+------------+-------------------------------------+
53 | FLASH | on-chip | soc flash |
54 +-----------+------------+-------------------------------------+
55 | USB | on-chip | USB device |
56 +-----------+------------+-------------------------------------+
58 The default configuration can be found in
67 (PORTA/GPIOA, PORTB/GPIOB, PORTC/GPIOC, PORTD/GPIOD, and PORTE/GPIOE) for the FRDM-KL25Z board.
69 +-------+-------------+---------------------------+
73 +-------+-------------+---------------------------+
75 +-------+-------------+---------------------------+
77 +-------+-------------+---------------------------+
79 +-------+-------------+---------------------------+
81 +-------+-------------+---------------------------+
83 +-------+-------------+---------------------------+
85 +-------+-------------+---------------------------+
87 +-------+-------------+---------------------------+
94 with the on-chip FLL to generate a 48 MHz system clock.
118 configured by default to use the :ref:`opensda-daplink-onboard-debug-probe`.
122 instructions to update from the CMSIS-DAP bootloader to the DAPLink bootloader.
124 Option 1: Linkserver: :ref:`opensda-daplink-onboard-debug-probe` (Recommended)
125 ------------------------------------------------------------------------------
127 Install the :ref:`linkserver-debug-host-tools` and make sure they are in your
128 search path. LinkServer works with the CMSIS-DAP debug firmware. Please follow the
129 instructions on :ref:`opensda-daplink-onboard-debug-probe` and select the latest revision
132 Linkserver is the default for this board, ``west flash`` and ``west debug`` will
135 .. code-block:: console
140 Option 2: :ref:`opensda-jlink-onboard-debug-probe`
141 --------------------------------------------------
143 Install the :ref:`jlink-debug-host-tools` and make sure they are in your search
146 Follow the instructions in :ref:`opensda-jlink-onboard-debug-probe` to program
147 the `OpenSDA J-Link FRDM-KL25Z Firmware`_.
149 Add the arguments ``-DBOARD_FLASH_RUNNER=jlink`` and
150 ``-DBOARD_DEBUG_RUNNER=jlink`` when you invoke ``west build`` to override the
151 default runner from pyOCD to J-Link:
153 .. zephyr-app-commands::
154 :zephyr-app: samples/hello_world
156 :gen-args: -DBOARD_FLASH_RUNNER=jlink -DBOARD_DEBUG_RUNNER=jlink
160 -----
169 microcontroller as a usb-to-serial adapter for the serial console.
176 - Speed: 115200
177 - Data: 8 bits
178 - Parity: None
179 - Stop bits: 1
184 Here is an example for the :zephyr:code-sample:`hello_world` application.
186 .. zephyr-app-commands::
187 :zephyr-app: samples/hello_world
194 .. code-block:: console
196 ***** Booting Zephyr OS v1.14.0-rc1 *****
202 Here is an example for the :zephyr:code-sample:`hello_world` application.
204 .. zephyr-app-commands::
205 :zephyr-app: samples/hello_world
212 .. code-block:: console
214 ***** Booting Zephyr OS v1.14.0-rc1 *****
217 .. _FRDM-KL25Z Website:
218-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/l-seriesultra-low-powerm…
220 .. _FRDM-KL25Z User Guide:
223 .. _FRDM-KL25Z Schematics:
224 https://www.nxp.com/downloads/en/schematics/FRDM-KL25Z_SCH_REV_E.pdf
227-and-microcontrollers/arm-based-processors-and-mcus/kinetis-cortex-m-mcus/l-seriesultra-low-powerm…
230 https://www.nxp.com/docs/en/data-sheet/KL25P80M48SF0.pdf
236 https://os.mbed.com/blog/entry/DAPLink-bootloader-update/
238 .. _OpenSDA DAPLink FRDM-KL25Z Firmware:
239 …https://www.nxp.com/downloads/en/ide-debug-compile-build-tools/OpenSDAv2.2_DAPLink_frdmkl25z_rev02…
241 .. _OpenSDA J-Link FRDM-KL25Z Firmware:
242 https://www.segger.com/downloads/jlink/OpenSDA_FRDM-KL25Z