Lines Matching +full:very +full:- +full:high +full:- +full:speed
7 for low-power HMI applications by combining a graphics engine and a streamlined
8 Cadence Tensilica Fusion F1 DSP core with a next-generation Arm Cortex-M33
9 core. These devices are designed to unlock the potential of display-based applications
10 with a secure, power-optimized embedded processor.
12 i.MX RT500 MCUs provides up to 5MB of on-chip SRAM and several high-bandwidth interfaces
13 to access off-chip flash, including an Octal/Quad SPI interface with an on-the-fly
20 - MIMXRT595SFFOC Cortex-M33 (275 MHz) core processor with Cadence Tensilica Fusion F1 DSP
21 - Onboard, high-speed USB, Link2 debug probe with CMSIS-DAP protocol (supporting Cortex M33 debug o…
22 - USB2.0 high-speed host and device with micro USB connector and external crystal
23 - Octal/Quad/pSRAM external memories via FlexSPI
24 - 5 MB system SRAM
25 - Full size SD card slot (SDIO)
26 - On-board eMMC chip
27 - On-board 5 V inputs NXP PCA9420UK PMIC providing 1.2 V, 1.8 V, 3.3 V
28 - User LEDs
29 - Reset and User buttons
30 - MIPI-DSI connector
31 - Single row headers for ARDUINO signals and MikroBus connector
32 - FlexIO connector for MikroElektronica TFT Proto 5 inch capacitive touch display
33 - One motion sensor combo accelero-/magneto-meter NXP FXOS8700CQ
34 - Stereo audio codec with line-In/ line-Out/ and Microphone
35 - Pmod/host expansion connector
36 - NXP TFA9896 audio digital amplifier
37 - Support for up to eight off-board digital microphones via 12-pin header
38 - Two on-board digital microphones
40 For more information about the MIMXRT595 SoC and MIMXRT595-EVK board, see
43 - `i.MX RT595 Website`_
44 - `i.MX RT595 Datasheet`_
45 - `i.MX RT595 Reference Manual`_
46 - `MIMXRT595-EVK Website`_
47 - `MIMXRT595-EVK User Guide`_
48 - `MIMXRT595-EVK Schematics`_
49 - `MIMXRT595-EVK Debug Firmware`_
54 NXP considers the MIMXRT595-EVK as a superset board for the i.MX RT5xx
58 configuration supports the hardware features below. Another very similar
60 already supported, which can also be re-used on this mimxrt595_evk board:
62 +-----------+------------+-------------------------------------+
65 | NVIC | on-chip | nested vector interrupt controller |
66 +-----------+------------+-------------------------------------+
67 | SYSTICK | on-chip | systick |
68 +-----------+------------+-------------------------------------+
69 | OS_TIMER | on-chip | os timer |
70 +-----------+------------+-------------------------------------+
71 | IOCON | on-chip | pinmux |
72 +-----------+------------+-------------------------------------+
73 | GPIO | on-chip | gpio |
74 +-----------+------------+-------------------------------------+
75 | USART | on-chip | serial port-polling; |
76 | | | serial port-interrupt |
77 +-----------+------------+-------------------------------------+
78 | CLOCK | on-chip | clock_control |
79 +-----------+------------+-------------------------------------+
80 | I2C | on-chip | i2c |
81 +-----------+------------+-------------------------------------+
82 | SPI | on-chip | spi |
83 +-----------+------------+-------------------------------------+
84 | CTIMER | on-chip | counter |
85 +-----------+------------+-------------------------------------+
86 | WDT | on-chip | watchdog |
87 +-----------+------------+-------------------------------------+
88 | FLASH | on-chip | OctalSPI Flash |
89 +-----------+------------+-------------------------------------+
90 | TRNG | on-chip | entropy |
91 +-----------+------------+-------------------------------------+
92 | USB | on-chip | USB device |
93 +-----------+------------+-------------------------------------+
94 | FLEXSPI | on-chip | flash programming |
95 +-----------+------------+-------------------------------------+
96 | RTC | on-chip | counter |
97 +-----------+------------+-------------------------------------+
98 | PM | on-chip | power management; uses SoC sleep, |
99 | | | deep sleep and deep-powerdown modes |
100 +-----------+------------+-------------------------------------+
101 | SDHC | on-chip | disk access (works with eMMC & SD) |
102 +-----------+------------+-------------------------------------+
103 | I2S | on-chip | i2s |
104 +-----------+------------+-------------------------------------+
105 | DISPLAY | on-chip | LCDIF; MIPI-DSI. Tested with |
109 +-----------+------------+-------------------------------------+
110 | DMIC | on-chip | dmic |
111 +-----------+------------+-------------------------------------+
125 +---------+-----------------+----------------------------+
129 +---------+-----------------+----------------------------+
131 +---------+-----------------+----------------------------+
133 +---------+-----------------+----------------------------+
135 +---------+-----------------+----------------------------+
137 +---------+-----------------+----------------------------+
139 +---------+-----------------+----------------------------+
141 +---------+-----------------+----------------------------+
143 +---------+-----------------+----------------------------+
145 +---------+-----------------+----------------------------+
147 +---------+-----------------+----------------------------+
149 +---------+-----------------+----------------------------+
151 +---------+-----------------+----------------------------+
153 +---------+-----------------+----------------------------+
155 +---------+-----------------+----------------------------+
157 +---------+-----------------+----------------------------+
159 +---------+-----------------+----------------------------+
180 .. code-block:: shell
182 $ west build -b mimxrt595_evk/mimxrt595s/f1 samples/hello_world
185 this document: `Getting Started with Xplorer for EVK-MIMXRT595`_
197 configured by default to use the LPC-Link2.
201 .. group-tab:: LPCLink2 JLink Onboard
204 1. Install the :ref:`jlink-debug-host-tools` and make sure they are in your search path.
207 3. Follow the instructions in :ref:`lpclink2-jlink-onboard-debug-probe` to program the
208 J-Link firmware. Please make sure you have the latest firmware for this board.
210 .. group-tab:: JLink External
213 1. Install the :ref:`jlink-debug-host-tools` and make sure they are in your search path.
218 3. Connect the J-Link probe to J2 10-pin header.
220 See :ref:`jlink-external-debug-probe` for more information.
222 .. group-tab:: Linkserver
224 … 1. Install the :ref:`linkserver-debug-host-tools` and make sure they are in your search path.
225 … 2. To update the debug firmware, please follow the instructions on `MIMXRT595-EVK Debug Firmware`
233 - Speed: 115200
234 - Data: 8 bits
235 - Parity: None
236 - Stop bits: 1
241 Here is an example for the :zephyr:code-sample:`hello_world` application. This example uses the
242 :ref:`jlink-debug-host-tools` as default.
244 .. zephyr-app-commands::
245 :zephyr-app: samples/hello_world
252 .. code-block:: console
260 Here is an example for the :zephyr:code-sample:`hello_world` application. This example uses the
261 :ref:`jlink-debug-host-tools` as default.
263 .. zephyr-app-commands::
264 :zephyr-app: samples/hello_world
271 .. code-block:: console
282 .. code-block:: console
295 #. Set the SW7 DIP switches to ON-ON-ON to prevent booting from flash.
302 #. Set the SW5 DIP switches to OFF-OFF-ON to boot from flash.
306 .. _MIMXRT595-EVK Website:
307 …ps://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt595-evalu…
309 .. _MIMXRT595-EVK User Guide:
312 .. _MIMXRT595-EVK Debug Firmware:
313 https://www.nxp.com/docs/en/application-note/AN13206.pdf
315 .. _MIMXRT595-EVK Schematics:
316 https://www.nxp.com/downloads/en/schematics/MIMXRT595-EVK-DESIGN-FILES.zip
319 …rocessors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus/i-mx-rt500-crossover-mc…
322 https://www.nxp.com/docs/en/data-sheet/IMXRT500EC.pdf
327 .. _Getting Started with Xplorer for EVK-MIMXRT595:
328 https://www.nxp.com/docs/en/supporting-information/GSXEVKMIMXRT595.pdf