Lines Matching +full:gpio +full:- +full:consumer
6 The dual core i.MX RT1180 runs on the Cortex-M33 core at 240 MHz and on the
7 Cortex-M7 at 792 MHz. The i.MX RT1180 MCU offers support over a wide
8 temperature range and is qualified for consumer, industrial and automotive
14 - MIMXRT1189CVM8B MCU
16 - 240MHz Cortex-M33 & 792Mhz Cortex-M7
17 - 1.5MB SRAM with 512KB of TCM for Cortex-M7 and 256KB of TCM for Cortex-M4
19 - Memory
21 - 512 Mbit SDRAM
22 - 128 Mbit QSPI Flash
23 - 512 Mbit HYPER RAM
24 - TF socket for SD card
26 - Ethernet
28 - 1000 Mbit/s Ethernet PHY
30 - USB
32 - 2* USB 2.0 OTG connector
34 - Audio
36 - 3.5 mm audio stereo headphone jack
37 - Board-mounted microphone
38 - Left and right speaker out connectors
40 - Power
42 - 5 V DC jack
44 - Debug
46 - JTAG 20-pin connector
47 - MCU-Link with DAPLink
49 - Expansion port
51 - Arduino interface
53 - CAN bus connector
55 For more information about the MIMXRT1180 SoC and MIMXRT1180-EVK board, see
58 - `i.MX RT1180 Website`_
59 - `MIMXRT1180-EVK Website`_
66 +--------------------+------------+-------------------------------------+
72 +--------------------+------------+-------------------------------------+
76 +--------------------+------------+-------------------------------------+
81 NXP considers the MIMXRT1180-EVK as the superset board for the i.MX RT118x
87 +-----------+------------+-------------------------------------+
90 | NVIC | on-chip | nested vector interrupt controller |
91 +-----------+------------+-------------------------------------+
92 | SYSTICK | on-chip | systick |
93 +-----------+------------+-------------------------------------+
94 | GPIO | on-chip | gpio |
95 +-----------+------------+-------------------------------------+
96 | GPT | on-chip | counter |
97 +-----------+------------+-------------------------------------+
98 | QTMR | on-chip | counter |
99 +-----------+------------+-------------------------------------+
100 | UART | on-chip | serial port-polling; |
101 | | | serial port-interrupt |
102 +-----------+------------+-------------------------------------+
103 | I2C | on-chip | i2c |
104 +-----------+------------+-------------------------------------+
105 | ACMP | on-chip | sensor |
106 +-----------+------------+-------------------------------------+
107 | ADC | on-chip | adc |
108 +-----------+------------+-------------------------------------+
109 | NETC | on-chip | ethernet, mdio |
110 +-----------+------------+-------------------------------------+
111 | CAN | on-chip | can |
112 +-----------+------------+-------------------------------------+
113 | LPTMR | on-chip | counter |
114 +-----------+------------+-------------------------------------+
115 | FLEXSPI | on-chip | flash programming |
116 +-----------+------------+-------------------------------------+
117 | PWM | on-chip | pwm |
118 +-----------+------------+-------------------------------------+
119 | PWM | on-chip | tpm |
120 +-----------+------------+-------------------------------------+
121 | I3C | on-chip | i3c |
122 +-----------+------------+-------------------------------------+
133 The MIMXRT1180 SoC has six pairs of pinmux/gpio controllers.
135 +---------------+-----------------+---------------------------+
138 | GPIO_AON_04 | GPIO | SW8 |
139 +---------------+-----------------+---------------------------+
140 | GPIO_AD_27 | GPIO | LED |
141 +---------------+-----------------+---------------------------+
143 +---------------+-----------------+---------------------------+
145 +---------------+-----------------+---------------------------+
175 configured by default to use the :ref:`mcu-link-cmsis-onboard-debug-probe`,
176 however the :ref:`pyocd-debug-host-tools` do not yet support programming the
180 .. _Using J-Link RT1180:
182 Using J-Link
183 ------------
192 Install the :ref:`jlink-debug-host-tools` and make sure they are in your search
196 J-Link firmware, or :ref:`jlink-external-debug-probe` can be attached to the
201 ----------------
212 Regardless of your choice in debug probe, we will use the MCU-Link
213 microcontroller as a usb-to-serial adapter for the serial console. Check that
215 the factory) to connect UART signals to the MCU-Link microcontroller.
222 - Speed: 115200
223 - Data: 8 bits
224 - Parity: None
225 - Stop bits: 1
230 Here is an example for the :zephyr:code-sample:`hello_world` application on cm33 core.
234 .. zephyr-app-commands::
235 :zephyr-app: samples/hello_world
243 .. code-block:: console
245 ***** Booting Zephyr OS v3.7.0-xxx-xxxxxxxxxxxxx *****
251 Here is an example for the :zephyr:code-sample:`hello_world` application.
253 .. zephyr-app-commands::
254 :zephyr-app: samples/hello_world
261 .. code-block:: console
263 ***** Booting Zephyr OS v3.7.0-xxx-xxxxxxxxxxxxx *****
266 .. _MIMXRT1180-EVK Website:
267 ….com/design/design-center/development-boards-and-designs/i-mx-evaluation-and-development-boards/i-…
270 …ts/processors-and-microcontrollers/arm-microcontrollers/i-mx-rt-crossover-mcus/i-mx-rt1180-crossov…