Lines Matching +full:tri +full:- +full:default
7 prototyping with the low-power LPC54110 family of MCUs. LPCXpresso* is a
8 low-cost development platform available from NXP supporting NXP's ARM-based
9 microcontrollers. LPCXpresso is an end-to-end solution enabling embedded
16 - LPC54114 dual-core (M4F and dual M0) MCU running at up to 100 MHz
17 - On-board high-speed USB based debug probe with CMSIS-DAP and J-Link protocol
18 support, can debug the on-board LPC54114 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 - On-board 1.8 V and 3.3 V regulators plus external power supply option
25 - 8 Mb Macronix MX25R SPI flash
26 - Built-in MCU power consumption and supply voltage measurement
27 - UART, I²C and SPI port bridging from LPC54114 target to USB via the on-board
29 - FTDI UART connector
33 - `LPC54114 SoC Website`_
34 - `LPC54114 Datasheet`_
35 - `LPC54114 Reference Manual`_
36 - `LPCXPRESSO54114 Website`_
37 - `LPCXPRESSO54114 User Guide`_
38 - `LPCXPRESSO54114 Schematics`_
46 +-----------+------------+-------------------------------------+
49 | NVIC | on-chip | nested vector interrupt controller |
50 +-----------+------------+-------------------------------------+
51 | SYSTICK | on-chip | systick |
52 +-----------+------------+-------------------------------------+
53 | IOCON | on-chip | pinmux |
54 +-----------+------------+-------------------------------------+
55 | GPIO | on-chip | gpio |
56 +-----------+------------+-------------------------------------+
57 | I2C | on-chip | i2c |
58 +-----------+------------+-------------------------------------+
59 | SPI | on-chip | spi |
60 +-----------+------------+-------------------------------------+
61 | USART | on-chip | serial port-polling |
62 +-----------+------------+-------------------------------------+
63 | CLOCK | on-chip | clock_control |
64 +-----------+------------+-------------------------------------+
65 | IAP | on-chip | flash programming |
66 +-----------+------------+-------------------------------------+
68 The default configuration for each core can be found in the defconfig files:
70 - :zephyr_file:`boards/nxp/lpcxpresso54114/lpcxpresso54114_lpc54114_m4_defconfig`
71 - :zephyr_file:`boards/nxp/lpcxpresso54114/lpcxpresso54114_lpc54114_m0_defconfig`
81 +---------+-----------------+----------------------------+
85 +---------+-----------------+----------------------------+
87 +---------+-----------------+----------------------------+
89 +---------+-----------------+----------------------------+
91 +---------+-----------------+----------------------------+
93 +---------+-----------------+----------------------------+
95 +---------+-----------------+----------------------------+
97 +---------+-----------------+----------------------------+
99 +---------+-----------------+----------------------------+
101 +---------+-----------------+----------------------------+
103 +---------+-----------------+----------------------------+
105 +---------+-----------------+----------------------------+
130 configured by default to use the LPC-Link2 CMSIS-DAP Onboard Debug Probe,
131 however the :ref:`pyocd-debug-host-tools` do not support this probe so you must
134 :ref:`lpclink2-jlink-onboard-debug-probe`
135 -----------------------------------------
137 Install the :ref:`jlink-debug-host-tools` and make sure they are in your search
140 Follow the instructions in :ref:`lpclink2-jlink-onboard-debug-probe` to program
141 the J-Link firmware.
146 Regardless of your choice in debug probe, we will use the LPC-Link2
147 microcontroller as a usb-to-serial adapter for the serial console.
154 - Speed: 115200
155 - Data: 8 bits
156 - Parity: None
157 - Stop bits: 1
162 Here is an example for the :zephyr:code-sample:`hello_world` application.
164 .. zephyr-app-commands::
165 :zephyr-app: samples/hello_world
172 .. code-block:: console
174 ***** Booting Zephyr OS v1.14.0-rc1 *****
180 Here is an example for the :zephyr:code-sample:`hello_world` application.
182 .. zephyr-app-commands::
183 :zephyr-app: samples/hello_world
190 .. code-block:: console
192 ***** Booting Zephyr OS v1.14.0-rc1 *****
196 …-and-microcontrollers/arm-based-processors-and-mcus/lpc-cortex-m-mcus/lpc54000-series-cortex-m4-mc…
199 https://www.nxp.com/docs/en/data-sheet/LPC5411X.pdf
205 …https://www.nxp.com/support/developer-resources/evaluation-and-development-boards/lpcxpresso-board…
211 https://www.nxp.com/downloads/en/design-support/LPCX5411x_Schematic_Rev_A1.pdf