Lines Matching +full:regulator +full:- +full:system +full:- +full:load

6 FRDM-MCXN947 are compact and scalable development boards for rapid prototyping of
8 MCUs I/Os, integrated open-standard serial interfaces, external flash memory and
9 an on-board MCU-Link debugger. MCX N Series are high-performance, low-power
10 microcontrollers with intelligent peripherals and accelerators providing multi-tasking
16 - MCX-N947 Dual Arm Cortex-M33 microcontroller running at 150 MHz
17 - 2MB dual-bank on chip Flash
18 - 512 KB RAM
19 - External Quad SPI flash over FlexSPI
20 - USB high-speed (Host/Device) with on-chip HS PHY. HS USB Type-C connectors
21 - 10x LP Flexcomms each supporting SPI, I2C, UART
22 - 2x FlexCAN with FD, 2x I3Cs, 2x SAI
23 - 1x Ethernet with QoS
24 - On-board MCU-Link debugger with CMSIS-DAP
25 - Arduino Header, FlexIO/LCD Header, SmartDMA/Camera Header, mikroBUS
27 For more information about the MCX-N947 SoC and FRDM-MCXN947 board, see:
29 - `MCX-N947 SoC Website`_
30 - `MCX-N947 Datasheet`_
31 - `MCX-N947 Reference Manual`_
32 - `FRDM-MCXN947 Website`_
33 - `FRDM-MCXN947 User Guide`_
34 - `FRDM-MCXN947 Board User Manual`_
35 - `FRDM-MCXN947 Schematics`_
40 The FRDM-MCXN947 board configuration supports the following hardware features:
42 +-----------+------------+-------------------------------------+
45 | NVIC | on-chip | nested vector interrupt controller |
46 +-----------+------------+-------------------------------------+
47 | SYSTICK | on-chip | systick |
48 +-----------+------------+-------------------------------------+
49 | PINMUX | on-chip | pinmux |
50 +-----------+------------+-------------------------------------+
51 | GPIO | on-chip | gpio |
52 +-----------+------------+-------------------------------------+
53 | UART | on-chip | serial port-polling; |
54 | | | serial port-interrupt |
55 +-----------+------------+-------------------------------------+
56 | SPI | on-chip | spi |
57 +-----------+------------+-------------------------------------+
58 | DMA | on-chip | dma |
59 +-----------+------------+-------------------------------------+
60 | I2C | on-chip | i2c |
61 +-----------+------------+-------------------------------------+
62 | I3C | on-chip | i3c |
63 +-----------+------------+-------------------------------------+
64 | CLOCK | on-chip | clock_control |
65 +-----------+------------+-------------------------------------+
66 | FLASH | on-chip | soc flash |
67 +-----------+------------+-------------------------------------+
68 | FLEXSPI | on-chip | flash programming |
69 +-----------+------------+-------------------------------------+
70 | DAC | on-chip | dac |
71 +-----------+------------+-------------------------------------+
72 | ENET QOS | on-chip | ethernet |
73 +-----------+------------+-------------------------------------+
74 | WATCHDOG | on-chip | watchdog |
75 +-----------+------------+-------------------------------------+
76 | PWM | on-chip | pwm |
77 +-----------+------------+-------------------------------------+
78 | SCTimer | on-chip | pwm |
79 +-----------+------------+-------------------------------------+
80 | CTIMER | on-chip | counter |
81 +-----------+------------+-------------------------------------+
82 | USDHC | on-chip | sdhc |
83 +-----------+------------+-------------------------------------+
84 | VREF | on-chip | regulator |
85 +-----------+------------+-------------------------------------+
86 | ADC | on-chip | adc |
87 +-----------+------------+-------------------------------------+
88 | HWINFO | on-chip | Unique device serial number |
89 +-----------+------------+-------------------------------------+
90 | USBHS | on-chip | USB device |
91 +-----------+------------+-------------------------------------+
92 | LPCMP | on-chip | sensor(comparator) |
93 +-----------+------------+-------------------------------------+
94 | FLEXCAN | on-chip | CAN |
95 +-----------+------------+-------------------------------------+
96 | LPTMR | on-chip | counter |
97 +-----------+------------+-------------------------------------+
98 | FLEXIO | on-chip | flexio |
99 +-----------+------------+-------------------------------------+
100 | DISPLAY | on-chip | flexio; MIPI-DBI. Tested with |
102 +-----------+------------+-------------------------------------+
103 | MRT | on-chip | counter |
104 +-----------+------------+-------------------------------------+
118 The MCX-N947 SoC has 6 gpio controllers and has pinmux registers which
121 +------------+-----------------+----------------------------+
125 +------------+-----------------+----------------------------+
127 +------------+-----------------+----------------------------+
129 System Clock
132 The MCX-N947 SoC is configured to use PLL0 running at 150MHz as a source for
133 the system clock.
138 The FRDM-MCXN947 SoC has 10 FLEXCOMM interfaces for serial communication.
151 configured by default to use the MCU-Link CMSIS-DAP Onboard Debug Probe.
154 ----------------
157 default MCU-Link firmware. Follow the instructions in
158 :ref:`mcu-link-cmsis-onboard-debug-probe` to reprogram the default MCU-Link
163 Using J-Link
164 ------------
167 J-Link firmware by following the instructions in
168 :ref:`mcu-link-jlink-onboard-debug-probe`.
171 The second option is to attach a :ref:`jlink-external-debug-probe` to the
172 10-pin SWD connector (J23) of the board. Additionally, the jumper J19 must
174 For both options use the ``-r jlink`` option with west to use the jlink runner.
176 .. code-block:: console
178 west flash -r jlink
186 - Speed: 115200
187 - Data: 8 bits
188 - Parity: None
189 - Stop bits: 1
194 Here is an example for the :zephyr:code-sample:`hello_world` application.
196 .. zephyr-app-commands::
197 :zephyr-app: samples/hello_world
204 .. code-block:: console
206 *** Booting Zephyr OS build v3.6.0-479-g91faa20c6741 ***
212 Here is an example for the :zephyr:code-sample:`hello_world` application.
214 .. zephyr-app-commands::
217 …:gen-args: -DCONFIG_MCUBOOT_SIGNATURE_KEY_FILE=\"bootloader/mcuboot/root-rsa-2048.pem\" -DCONFIG_B…
221 In order to load Zephyr application from QSPI you should program a bootloader like
224 .. zephyr-app-commands::
232 .. code-block:: console
234 *** Booting MCUboot v2.1.0-rc1-2-g9f034729d99a ***
235 *** Using Zephyr OS build v3.6.0-4046-gf279a03af8ab ***
243 *** Booting Zephyr OS build v3.6.0-4046-gf279a03af8ab ***
249 Here is an example for the :zephyr:code-sample:`hello_world` application.
251 .. zephyr-app-commands::
252 :zephyr-app: samples/hello_world
259 .. code-block:: console
261 *** Booting Zephyr OS build v3.6.0-479-g91faa20c6741 ***
267 .. include:: ../../common/segger-ecc-systemview.rst
268 :start-after: segger-ecc-systemview
270 .. _MCX-N947 SoC Website:
271-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/mcx-arm-cortex-m/mcx-n-series-micr…
273 .. _MCX-N947 Datasheet:
274 https://www.nxp.com/docs/en/data-sheet/MCXNx4xDS.pdf
276 .. _MCX-N947 Reference Manual:
279 .. _FRDM-MCXN947 Website:
280 …://www.nxp.com/design/design-center/development-boards/general-purpose-mcus/frdm-development-board
282 .. _FRDM-MCXN947 User Guide:
283 https://www.nxp.com/document/guide/getting-started-with-frdm-mcxn947:GS-FRDM-MCXNXX
285 .. _FRDM-MCXN947 Board User Manual:
288 .. _FRDM-MCXN947 Schematics:
289 https://www.nxp.com/webapp/Download?colCode=90818-MCXN947SH