Lines Matching +full:very +full:- +full:high +full:- +full:speed

6 The i.MX RT600 is a crossover MCU family optimized for 32-bit immersive audio
7 playback and voice user interface applications combining a high-performance
8 Cadence Tensilica HiFi 4 audio DSP core with a next-generation Cortex-M33
10 potential of voice-assisted end nodes with a secure, power-optimized embedded
13 The i.MX RT600 family provides up to 4.5MB of on-chip SRAM and several
14 high-bandwidth interfaces to access off-chip flash, including an Octal/Quad SPI
15 interface with an on-the-fly decryption engine.
20 - MIMXRT685SFVKB Cortex-M33 (300 MHz, 128 KB TCM) core processor with Cadence Xtensa HiFi4 DSP
21 - Onboard, high-speed USB, Link2 debug probe with CMSIS-DAP protocol (supporting Cortex M33 debug o…
22 - High speed USB port with micro A/B connector for the host or device functionality
23 - UART, I2C and SPI port bridging from i.MX RT685 target to USB via the on-board debug probe
24 - 512 MB Macronix Octal SPI Flash operating at 1.8 V
25 - 4.5 MB Apmemory PSRAM
26 - Full size SD card slot (SDIO)
27 - NXP PCA9420UK PMIC
28 - User LEDs
29 - Reset and User buttons
30 - Arduino and PMod/Host expansion connectors
31 - NXP FXOS8700CQ accelerometer
32 - Stereo audio codec with line in/out and electret microphone
33 - Stereo NXP TFA9894 digital amplifiers, with option for external +5V power for higher performance …
34 - Support for up to eight off-board digital microphones via 12-pin header
35 - Two on-board DMICS
37 For more information about the MIMXRT685 SoC and MIMXRT685-EVK board, see
40 - `i.MX RT685 Website`_
41 - `i.MX RT685 Datasheet`_
42 - `i.MX RT685 Reference Manual`_
43 - `MIMXRT685-EVK Website`_
44 - `MIMXRT685-EVK User Guide`_
45 - `MIMXRT685-EVK Schematics`_
50 NXP considers the MIMXRT685-EVK as a superset board for the i.MX RT6xx
54 configuration supports the hardware features below. Another very similar
56 already supported, which can also be re-used on this mimxrt685_evk board:
58 +-----------+------------+-------------------------------------+
61 | NVIC | on-chip | nested vector interrupt controller |
62 +-----------+------------+-------------------------------------+
63 | SYSTICK | on-chip | systick |
64 +-----------+------------+-------------------------------------+
65 | OS_TIMER | on-chip | os timer |
66 +-----------+------------+-------------------------------------+
67 | IOCON | on-chip | pinmux |
68 +-----------+------------+-------------------------------------+
69 | GPIO | on-chip | gpio |
70 +-----------+------------+-------------------------------------+
71 | FLASH | on-chip | OctalSPI Flash |
72 +-----------+------------+-------------------------------------+
73 | USART | on-chip | serial port-polling; |
74 | | | serial port-interrupt |
75 +-----------+------------+-------------------------------------+
76 | I2C | on-chip | i2c |
77 +-----------+------------+-------------------------------------+
78 | SPI | on-chip | spi |
79 +-----------+------------+-------------------------------------+
80 | I2S | on-chip | i2s |
81 +-----------+------------+-------------------------------------+
82 | CLOCK | on-chip | clock_control |
83 +-----------+------------+-------------------------------------+
84 | HWINFO | on-chip | Unique device serial number |
85 +-----------+------------+-------------------------------------+
86 | RTC | on-chip | counter |
87 +-----------+------------+-------------------------------------+
88 | PWM | on-chip | pwm |
89 +-----------+------------+-------------------------------------+
90 | WDT | on-chip | watchdog |
91 +-----------+------------+-------------------------------------+
92 | SDHC | on-chip | disk access |
93 +-----------+------------+-------------------------------------+
94 | USB | on-chip | USB device |
95 +-----------+------------+-------------------------------------+
96 | ADC | on-chip | adc |
97 +-----------+------------+-------------------------------------+
98 | CTIMER | on-chip | counter |
99 +-----------+------------+-------------------------------------+
100 | TRNG | on-chip | entropy |
101 +-----------+------------+-------------------------------------+
102 | FLEXSPI | on-chip | flash programming |
103 +-----------+------------+-------------------------------------+
116 +---------+-----------------+----------------------------+
120 +---------+-----------------+----------------------------+
122 +---------+-----------------+----------------------------+
124 +---------+-----------------+----------------------------+
126 +---------+-----------------+----------------------------+
128 +---------+-----------------+----------------------------+
130 +---------+-----------------+----------------------------+
132 +---------+-----------------+----------------------------+
134 +---------+-----------------+----------------------------+
136 +---------+-----------------+----------------------------+
138 +---------+-----------------+----------------------------+
140 +---------+-----------------+----------------------------+
142 +---------+-----------------+----------------------------+
144 +---------+-----------------+----------------------------+
146 +---------+-----------------+----------------------------+
148 +---------+-----------------+----------------------------+
150 +---------+-----------------+----------------------------+
152 +---------+-----------------+----------------------------+
154 +---------+-----------------+----------------------------+
156 +---------+-----------------+----------------------------+
158 +---------+-----------------+----------------------------+
160 +---------+-----------------+----------------------------+
162 +---------+-----------------+----------------------------+
164 +---------+-----------------+----------------------------+
166 +---------+-----------------+----------------------------+
168 +---------+-----------------+----------------------------+
170 +---------+-----------------+----------------------------+
172 +---------+-----------------+----------------------------+
174 +---------+-----------------+----------------------------+
176 +---------+-----------------+----------------------------+
178 +---------+-----------------+----------------------------+
180 +---------+-----------------+----------------------------+
182 +---------+-----------------+----------------------------+
184 +---------+-----------------+----------------------------+
186 +---------+-----------------+----------------------------+
188 +---------+-----------------+----------------------------+
190 +---------+-----------------+----------------------------+
192 +---------+-----------------+----------------------------+
194 +---------+-----------------+----------------------------+
218 configured by default to use the LPC-Link2.
222 .. group-tab:: LinkServer CMSIS-DAP
224 1. Install the :ref:`linkserver-debug-host-tools` and make sure they are in your
225 search path. LinkServer works with the default CMSIS-DAP firmware included in
226 the on-board debugger.
231 .. code-block:: console
236 .. group-tab:: LPCLink2 JLink Onboard
239 1. Install the :ref:`jlink-debug-host-tools` and make sure they are in your search path.
242 3. Follow the instructions in :ref:`lpclink2-jlink-onboard-debug-probe` to program the
243 J-Link firmware. Please make sure you have the latest firmware for this board.
245 .. code-block:: console
247 west flash -r jlink
248 west debug -r jlink
250 .. group-tab:: JLink External
253 1. Install the :ref:`jlink-debug-host-tools` and make sure they are in your search path.
258 3. Connect the J-Link probe to J2 10-pin header.
260 See :ref:`jlink-external-debug-probe` for more information.
262 .. code-block:: console
264 west flash -r jlink
265 west debug -r jlink
273 - Speed: 115200
274 - Data: 8 bits
275 - Parity: None
276 - Stop bits: 1
281 Here is an example for the :zephyr:code-sample:`hello_world` application. This example uses the
282 :ref:`linkserver-debug-host-tools` as default.
284 .. zephyr-app-commands::
285 :zephyr-app: samples/hello_world
292 .. code-block:: console
300 Here is an example for the :zephyr:code-sample:`hello_world` application. This example uses the
301 :ref:`linkserver-debug-host-tools` as default.
303 .. zephyr-app-commands::
304 :zephyr-app: samples/hello_world
311 .. code-block:: console
313 ***** Booting Zephyr OS zephyr-v2.3.0 *****
322 .. code-block:: console
335 #. Set the SW5 DIP switches to ON-ON-ON to prevent booting from flash.
342 #. Set the SW5 DIP switches to ON-OFF-ON to boot from flash.
346 .. _MIMXRT685-EVK Website:
347 …ps://www.nxp.com/design/development-boards/i-mx-evaluation-and-development-boards/i-mx-rt600-evalu…
349 .. _MIMXRT685-EVK User Guide:
352 .. _MIMXRT685-EVK Schematics:
353 https://www.nxp.com/downloads/en/design-support/RT685-DESIGNFILES.zip
356 …/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus/i-mx-rt600-crossover-
359 https://www.nxp.com/docs/en/data-sheet/RT600.pdf