Lines Matching +full:video +full:- +full:interfaces

7 implementation of the ARM Cortex-M7 Core. It provides high CPU performance and
8 real-time response.
10 The i.MX RT1050 provides various memory interfaces, including SDRAM, Raw NAND
12 interfaces for connecting peripherals, such as WLAN, Bluetooth™, GPS, displays,
14 audio and video features, including LCD display, basic 2D graphics, camera
20 - MIMXRT1052DVL6A MCU (600 MHz, 512 KB TCM)
22 - Memory
24 - 256 KB SDRAM
25 - 64 Mbit QSPI Flash
26 - 512 Mbit Hyper Flash
28 - Display
30 - LCD connector
31 - Touch connector
33 - Ethernet
35 - 10/100 Mbit/s Ethernet PHY
37 - USB
39 - USB 2.0 OTG connector
40 - USB 2.0 host connector
42 - Audio
44 - 3.5 mm audio stereo headphone jack
45 - Board-mounted microphone
46 - Left and right speaker out connectors
48 - Power
50 - 5 V DC jack
52 - Debug
54 - JTAG 20-pin connector
55 - OpenSDA with DAPLink
57 - Sensor
59 - FXOS8700CQ 6-axis e-compass
60 - CMOS camera sensor interface
62 - Expansion port
64 - Arduino interface
66 - CAN bus connector
68 For more information about the MIMXRT1050 SoC and MIMXRT1050-EVK board, see
71 - `i.MX RT1050 Website`_
72 - `i.MX RT1050 Datasheet`_
73 - `i.MX RT1050 Reference Manual`_
74 - `MIMXRT1050-EVK Website`_
75 - `MIMXRT1050-EVK User Guide`_
76 - `MIMXRT1050-EVK Schematics`_
83 +--------------------+------------+-------------------------------------+
89 +--------------------+------------+-------------------------------------+
93 +--------------------+------------+-------------------------------------+
103 already supported, which can also be re-used on this mimxrt1050_evk board:
105 +-----------+------------+-------------------------------------+
108 | NVIC | on-chip | nested vector interrupt controller |
109 +-----------+------------+-------------------------------------+
110 | SYSTICK | on-chip | systick |
111 +-----------+------------+-------------------------------------+
112 | DISPLAY | on-chip | eLCDIF. Tested with |
115 +-----------+------------+-------------------------------------+
116 | GPIO | on-chip | gpio |
117 +-----------+------------+-------------------------------------+
118 | I2C | on-chip | i2c |
119 +-----------+------------+-------------------------------------+
120 | SDHC | on-chip | disk access |
121 +-----------+------------+-------------------------------------+
122 | SPI | on-chip | spi |
123 +-----------+------------+-------------------------------------+
124 | UART | on-chip | serial port-polling; |
125 | | | serial port-interrupt |
126 +-----------+------------+-------------------------------------+
127 | ENET | on-chip | ethernet |
128 +-----------+------------+-------------------------------------+
129 | USB | on-chip | USB device |
130 +-----------+------------+-------------------------------------+
131 | ADC | on-chip | adc |
132 +-----------+------------+-------------------------------------+
133 | GPT | on-chip | gpt |
134 +-----------+------------+-------------------------------------+
135 | TRNG | on-chip | entropy |
136 +-----------+------------+-------------------------------------+
137 | FLEXSPI | on-chip | flash programming |
138 +-----------+------------+-------------------------------------+
150 +---------------+-----------------+---------------------------+
154 +---------------+-----------------+---------------------------+
156 +---------------+-----------------+---------------------------+
158 +---------------+-----------------+---------------------------+
160 +---------------+-----------------+---------------------------+
162 +---------------+-----------------+---------------------------+
164 +---------------+-----------------+---------------------------+
166 +---------------+-----------------+---------------------------+
168 +---------------+-----------------+---------------------------+
170 +---------------+-----------------+---------------------------+
172 +---------------+-----------------+---------------------------+
174 +---------------+-----------------+---------------------------+
176 +---------------+-----------------+---------------------------+
178 +---------------+-----------------+---------------------------+
180 +---------------+-----------------+---------------------------+
182 +---------------+-----------------+---------------------------+
184 +---------------+-----------------+---------------------------+
186 +---------------+-----------------+---------------------------+
188 +---------------+-----------------+---------------------------+
190 +---------------+-----------------+---------------------------+
192 +---------------+-----------------+---------------------------+
194 +---------------+-----------------+---------------------------+
196 +---------------+-----------------+---------------------------+
198 +---------------+-----------------+---------------------------+
200 +---------------+-----------------+---------------------------+
202 +---------------+-----------------+---------------------------+
204 +---------------+-----------------+---------------------------+
206 +---------------+-----------------+---------------------------+
208 +---------------+-----------------+---------------------------+
210 +---------------+-----------------+---------------------------+
212 +---------------+-----------------+---------------------------+
214 +---------------+-----------------+---------------------------+
216 +---------------+-----------------+---------------------------+
218 +---------------+-----------------+---------------------------+
220 +---------------+-----------------+---------------------------+
222 +---------------+-----------------+---------------------------+
224 +---------------+-----------------+---------------------------+
226 +---------------+-----------------+---------------------------+
228 +---------------+-----------------+---------------------------+
230 +---------------+-----------------+---------------------------+
232 +---------------+-----------------+---------------------------+
234 +---------------+-----------------+---------------------------+
236 +---------------+-----------------+---------------------------+
238 +---------------+-----------------+---------------------------+
240 +---------------+-----------------+---------------------------+
242 +---------------+-----------------+---------------------------+
244 +---------------+-----------------+---------------------------+
246 +---------------+-----------------+---------------------------+
248 +---------------+-----------------+---------------------------+
250 +---------------+-----------------+---------------------------+
252 +---------------+-----------------+---------------------------+
254 +---------------+-----------------+---------------------------+
256 +---------------+-----------------+---------------------------+
258 +---------------+-----------------+---------------------------+
260 +---------------+-----------------+---------------------------+
262 +---------------+-----------------+---------------------------+
264 +---------------+-----------------+---------------------------+
266 +---------------+-----------------+---------------------------+
268 +---------------+-----------------+---------------------------+
270 +---------------+-----------------+---------------------------+
316 Newer revisions of this board use :ref:`lpc-link2-onboard-debug-probe`,
317 while older revisions use the :ref:`opensda-onboard-debug-probe`.
319 LPC-Link2 LPC4322 probe.
326 * :ref:`linkserver-debug-host-tools` (Default, NXP Supported)
327 * :ref:`jlink-debug-host-tools` (NXP Supported)
328 * :ref:`pyocd-debug-host-tools` (Not supported by NXP)
340 .. include:: ../../common/opensda-debug.rst
341 :start-after: nxp-opensda-probes
350 .. include:: ../../common/rt1xxx-lpclink2-debug.rst
351 :start-after: rt1xxx-lpclink2-probes
357 microcontroller as a usb-to-serial adapter for the serial console. Check that
366 - Speed: 115200
367 - Data: 8 bits
368 - Parity: None
369 - Stop bits: 1
374 Here is an example for the :zephyr:code-sample:`hello_world` application.
376 .. zephyr-app-commands::
377 :zephyr-app: samples/hello_world
384 .. code-block:: console
386 ***** Booting Zephyr OS v1.14.0-rc1 *****
392 Here is an example for the :zephyr:code-sample:`hello_world` application.
394 .. zephyr-app-commands::
395 :zephyr-app: samples/hello_world
402 .. code-block:: console
404 ***** Booting Zephyr OS v1.14.0-rc1 *****
414 .. code-block:: console
427 #. Set the SW7 DIP switches to ON-ON-ON-OFF to prevent booting from HyperFlash.
434 #. Set the SW7 DIP switches to OFF-ON-ON-OFF to boot from HyperFlash.
441 The original MIMXRT1050-EVK (rev A0) board was updated with a newer
442 MIMXRT1050-EVKB (rev A1) board, with these major hardware differences:
444 - SoC changed from MIMXRT1052DVL6\ **A** to MIMXRT1052DVL6\ **B**
445 - Hardware bug fixes for: power, interfaces, and memory
446 - Arduino headers included
450 Current Zephyr build supports the new MIMXRT1050-EVKB
452 .. _MIMXRT1050-EVK Website:
453 …ocontrollers-and-processors/arm-based-processors-and-mcus/i.mx-applications-processors/i.mx-rt-ser…
455 .. _MIMXRT1050-EVK User Guide:
458 .. _MIMXRT1050-EVK Schematics:
459 https://www.nxp.com/webapp/Download?colCode=MIMXRT1050-EVK-DESIGNFILES
462 …s-and-processors/arm-based-processors-and-mcus/i.mx-applications-processors/i.mx-rt-series/i.mx-rt…
465 https://www.nxp.com/docs/en/data-sheet/IMXRT1050CEC.pdf
468 https://www.nxp.com/docs/en/reference-manual/IMXRT1050RM.pdf
470 .. _OpenSDA J-Link MIMXRT1050-EVK-Hyperflash Firmware:
471 https://www.segger.com/downloads/jlink/OpenSDA_MIMXRT1050-EVK-Hyperflash
474 https://www.nxp.com/docs/en/nxp/application-notes/AN12146.pdf