1
- .. zephyr :board :: frdm_mcxa166
1
+ .. zephyr :board :: frdm_mcxa346
2
2
3
3
Overview
4
4
********
5
5
6
- FRDM-MCXA166 are compact and scalable development boards for rapid prototyping of
6
+ FRDM-MCXA346 are compact and scalable development boards for rapid prototyping of
7
7
MCX A16X MCUs. They offer industry standard headers for easy access to the MCUs I/Os,
8
8
integrated open-standard serial interfaces and an on-board MCU-Link debugger.
9
9
MCX A Series are high-performance, low-power microcontrollers with MAU,SmartDMA and performance efficiency.
10
10
11
11
Hardware
12
12
********
13
13
14
- - MCX-A166 Arm Cortex-M33 microcontroller running at 180 MHz
14
+ - MCX-A346 Arm Cortex-M33 microcontroller running at 180 MHz
15
15
- 1MB dual-bank on chip Flash
16
16
- 256 KB RAM
17
17
- 1x FlexCAN with FD, 1x RGB LED, 3x SW buttons
18
18
- On-board MCU-Link debugger with CMSIS-DAP
19
19
- Arduino Header, SmartDMA/Camera Header, mikroBUS
20
20
21
- For more information about the MCX-A166 SoC and FRDM-MCXA166 board, see:
21
+ For more information about the MCX-A346 SoC and FRDM-MCXA346 board, see:
22
22
23
- - `MCX-A166 SoC Website `_
24
- - `MCX-A166 Datasheet `_
25
- - `MCX-A166 Reference Manual `_
26
- - `FRDM-MCXA166 Website `_
27
- - `FRDM-MCXA166 User Guide `_
28
- - `FRDM-MCXA166 Board User Manual `_
29
- - `FRDM-MCXA166 Schematics `_
23
+ - `MCX-A346 SoC Website `_
24
+ - `MCX-A346 Datasheet `_
25
+ - `MCX-A346 Reference Manual `_
26
+ - `FRDM-MCXA346 Website `_
27
+ - `FRDM-MCXA346 User Guide `_
28
+ - `FRDM-MCXA346 Board User Manual `_
29
+ - `FRDM-MCXA346 Schematics `_
30
30
31
31
Supported Features
32
32
==================
@@ -36,7 +36,7 @@ Supported Features
36
36
Connections and IOs
37
37
===================
38
38
39
- The MCX-A166 SoC has 6 gpio controllers and has pinmux registers which
39
+ The MCX-A346 SoC has 6 gpio controllers and has pinmux registers which
40
40
can be used to configure the functionality of a pin.
41
41
42
42
+------------+-----------------+----------------------------+
@@ -50,13 +50,13 @@ can be used to configure the functionality of a pin.
50
50
System Clock
51
51
============
52
52
53
- The MCX-A166 SoC is configured to use FRO running at 180MHz as a source for
53
+ The MCX-A346 SoC is configured to use FRO running at 180MHz as a source for
54
54
the system clock.
55
55
56
56
Serial Port
57
57
===========
58
58
59
- The FRDM-MCXA166 SoC has 6 LPUART interfaces for serial communication.
59
+ The FRDM-MCXA346 SoC has 6 LPUART interfaces for serial communication.
60
60
LPUART 2 is configured as UART for the console.
61
61
62
62
Programming and Debugging
@@ -118,7 +118,7 @@ Here is an example for the :zephyr:code-sample:`hello_world` application.
118
118
119
119
.. zephyr-app-commands ::
120
120
:zephyr-app: samples/hello_world
121
- :board: frdm_mcxa166
121
+ :board: frdm_mcxa346
122
122
:goals: flash
123
123
124
124
Open a serial terminal, reset the board (press the RESET button), and you should
@@ -127,7 +127,7 @@ see the following message in the terminal:
127
127
.. code-block :: console
128
128
129
129
*** Booting Zephyr OS build v3.6.0-4478-ge6c3a42f5f52 ***
130
- Hello World! frdm_mcxa166/mcxa166
130
+ Hello World! frdm_mcxa346/mcxa346
131
131
132
132
Debugging
133
133
=========
@@ -136,7 +136,7 @@ Here is an example for the :zephyr:code-sample:`hello_world` application.
136
136
137
137
.. zephyr-app-commands ::
138
138
:zephyr-app: samples/hello_world
139
- :board: frdm_mcxa166/mcxa166
139
+ :board: frdm_mcxa346/mcxa346
140
140
:goals: debug
141
141
142
142
Open a serial terminal, step through the application in your debugger, and you
@@ -145,7 +145,7 @@ should see the following message in the terminal:
145
145
.. code-block :: console
146
146
147
147
*** Booting Zephyr OS build v3.6.0-4478-ge6c3a42f5f52 ***
148
- Hello World! frdm_mcxa166/mcxa166
148
+ Hello World! frdm_mcxa346/mcxa346
149
149
150
150
Troubleshooting
151
151
===============
@@ -156,23 +156,23 @@ Troubleshooting
156
156
.. include :: ../../common/board-footer.rst
157
157
:start-after: nxp-board-footer
158
158
159
- .. _MCX-A166 SoC Website :
159
+ .. _MCX-A346 SoC Website :
160
160
https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/mcx-arm-cortex-m/mcx-a-series-microcontrollers/mcx-a13x-14x-15x-mcus-with-arm-cortex-m33-scalable-device-options-low-power-and-intelligent-peripherals:MCX-A13X-A14X-A15X
161
161
162
- .. _MCX-A166 Datasheet :
162
+ .. _MCX-A346 Datasheet :
163
163
https://www.nxp.com/docs/en/data-sheet/MCXAP100M96FS6.pdf
164
164
165
- .. _MCX-A166 Reference Manual :
165
+ .. _MCX-A346 Reference Manual :
166
166
https://www.nxp.com/webapp/Download?colCode=MCXAP100M96FS6RM
167
167
168
- .. _FRDM-MCXA166 Website :
169
- https://www.nxp.com/design/design-center/development-boards-and-designs/general-purpose-mcus/frdm-development-board-for-mcx-a144-5-6-a154-5-6-mcus:FRDM-MCXA166
168
+ .. _FRDM-MCXA346 Website :
169
+ https://www.nxp.com/design/design-center/development-boards-and-designs/general-purpose-mcus/frdm-development-board-for-mcx-a144-5-6-a154-5-6-mcus:FRDM-MCXA346
170
170
171
- .. _FRDM-MCXA166 User Guide :
172
- https://www.nxp.com/document/guide/getting-started-with-frdm-mcxa166 :GS-FRDM-MCXA166
171
+ .. _FRDM-MCXA346 User Guide :
172
+ https://www.nxp.com/document/guide/getting-started-with-frdm-mcxa346 :GS-FRDM-MCXA346
173
173
174
- .. _FRDM-MCXA166 Board User Manual :
174
+ .. _FRDM-MCXA346 Board User Manual :
175
175
https://www.nxp.com/docs/en/user-manual/UM12121.pdf
176
176
177
- .. _FRDM-MCXA166 Schematics :
177
+ .. _FRDM-MCXA346 Schematics :
178
178
https://www.nxp.com/webapp/Download?colCode=SPF-90841
0 commit comments