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

7 on an ARM CORTEX-M0+ core.
12 - LPC51U68 M0+ running at up to 150 MHz
13 - Memory
15 - 256KB of flash memory
16 - 96KB of SRAM
17 - On-board high-speed USB based debug probe with CMSIS-DAP and J-Link protocol
18 support, can debug the on-board LPC51U68 or an external target
19 - External debug probe option
20 - Tri-color LED, target reset, ISP & interrupt/user buttons for easy testing of
22 - Expansion options based on Arduino UNO and PMOD™, plus additional expansion
24 - FTDI UART Connector
28 - `LPC51U68 SoC Website`_
29 - `LPC51U68 Datasheet`_
36 +-----------+------------+-------------------------------------+
39 | NVIC | on-chip | nested vector interrupt controller |
40 +-----------+------------+-------------------------------------+
41 | SYSTICK | on-chip | systick |
42 +-----------+------------+-------------------------------------+
43 | IOCON | on-chip | pinmux |
44 +-----------+------------+-------------------------------------+
45 | CLOCK | on-chip | clock and reset control |
46 +-----------+------------+-------------------------------------+
47 | GPIO | on-chip | gpio |
48 +-----------+------------+-------------------------------------+
49 | I2C | on-chip | i2c master/slave controller |
50 +-----------+------------+-------------------------------------+
51 | UART | on-chip | serial port-polling; |
53 +-----------+------------+-------------------------------------+
54 | SPI | on-chip | SPI master |
55 +-----------+------------+-------------------------------------+
64 +---------+-----------------+----------------------------+
68 +---------+-----------------+----------------------------+
70 +---------+-----------------+----------------------------+
72 +---------+-----------------+----------------------------+
74 +---------+-----------------+----------------------------+
76 +---------+-----------------+----------------------------+
78 +---------+-----------------+----------------------------+
80 +---------+-----------------+----------------------------+
82 +---------+-----------------+----------------------------+
84 +---------+-----------------+----------------------------+
86 +---------+-----------------+----------------------------+
88 +---------+-----------------+----------------------------+
100 configured by default to use the LPC-Link2 CMSIS-DAP Onboard Debug Probe,
101 however the :ref:`pyocd-debug-host-tools` do not support this probe so you must
104 :ref:`lpclink2-jlink-onboard-debug-probe`
105 -----------------------------------------
107 Install the :ref:`jlink-debug-host-tools` and make sure they are in your search
110 Follow the instructions in :ref:`lpclink2-jlink-onboard-debug-probe` to program
111 the J-Link firmware.
121 - Speed: 115200
122 - Data: 8 bits
123 - Parity: None
124 - Stop bits: 1
129 Here is an example for the :zephyr:code-sample:`hello_world` application.
131 .. zephyr-app-commands::
132 :zephyr-app: samples/hello_world
136 .. code-block:: console
138 ***** Booting Zephyr OS build zephyr-v2.6.0-934-g4c438c0c7d13 *****
144 Here is an example for the :zephyr:code-sample:`hello_world` application.
146 .. zephyr-app-commands::
147 :zephyr-app: samples/hello_world
154 .. code-block:: console
156 ***** Booting Zephyr OS build zephyr-v2.6.0-934-g4c438c0c7d13 *****
160 …rocessors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/high-performance-power-ef…
163 https://www.nxp.com/docs/en/data-sheet/LPC51U68.pdf