rt-thread-official/bsp/nxp/mcx/mcxn/frdm-mcxn947
LZerro 04b77e409e [bsp][NXP]Fix .md picture mistakes 2024-07-08 22:06:53 +08:00
..
applications update spi flash mount 2024-04-16 18:48:37 +08:00
board [BSP][nxp]增加wifi_weather_sample.c (#9118) 2024-06-28 22:37:22 +08:00
figures [bsp][NXP]Fix .md picture mistakes 2024-07-08 22:06:53 +08:00
.config [bsp][nxp] mcxn947基础上去除多余修改: 2024-04-03 17:57:46 -04:00
Kconfig [bsp][nxp] s/libraries/Libraries 2024-06-26 23:54:42 +08:00
README_EN.md [bsp][Infineon]&[NXP] Add README_EN 2024-07-08 22:06:53 +08:00
SConscript [bsp][nxp][mcx] move mcxa/n to nxp/mcx folder 2024-03-10 23:19:22 -04:00
SConstruct [bsp][nxp][mcx] move mcxa/n to nxp/mcx folder 2024-03-10 23:19:22 -04:00
project.uvoptx [bsp][nxp] mcxn947基础上去除多余修改: 2024-04-03 17:57:46 -04:00
project.uvprojx [bsp][nxp] mcxn947基础上去除多余修改: 2024-04-03 17:57:46 -04:00
rtconfig.h [bsp][nxp] mcxn947基础上去除多余修改: 2024-04-03 17:57:46 -04:00
rtconfig.py [bsp][nxp] Update mcxn236 & mcxn947 LFLAGS config. 2024-06-27 23:04:56 +08:00
template.uvoptx [bsp][nxp][mcx] move mcxa/n to nxp/mcx folder 2024-03-10 23:19:22 -04:00
template.uvprojx [bsp][nxp][mcx] move mcxa/n to nxp/mcx folder 2024-03-10 23:19:22 -04:00

README_EN.md

NXP FRDM-MCXN947 Introduction

Overview

The FRDM-MCXN947 is NXP's official low-cost evaluation board based on the MCXN947 device, which integrates dual Arm Cortex-M33 microcontrollers and a Neural Processing Unit (NPU). The board also features MCU-Link debugger circuits such as the P3T1755DP I3C temperature sensor, TJA1057GTK/3Z CAN PHY, Ethernet PHY, SDHC circuitry (with DNP slot), RGB LEDs, touchpad, Hi-Speed USB circuitry, and buttons. The board provides Arduino expansion, PMOD expansion, MicroBus expansion. Also, it supports camera module and NXP low-cost LCD module PAR-LCD-S035. The on-board MCU-Link debugger is based on LPC55S69 MCU.

The appearance of the board is shown in the figure below:

img

The common on-board resources for this board are listed below:

board_block_diagram

For more details on the development board, please refer to NXP official website

Preparation

Currently, the FRDM-MCXN947 board-level support package provides MDK5 and supports GCC development environment, so let's take the MDK5 development environment as an example to introduce how to run the sample program. Before running the sample program, you need to do the following preparations:

NXP's official hands-on tutorial for the FRDM-MCXN947 can be found at here

  1. MDK Fevelopment Environment

    MDK-ARM 5.38 (or above) is required. The installation method can be found in Keil MDK Installation.

  2. Source Code Acquisition

    https://github.com/RT-Thread/rt-thread/releases, download the zip package in Assets to get the latest stable code.

    [Source Code Directory Description](... /src_code_introduction/rtthread_dir.md)

  3. Use the USB cable to connect the USB to serial port of the development board to the PC. img

Run the First Sample Program

Compile the Download

Go to the rt-thread\bsp\nxp\mcxn\frdm-mcxn947 folder and double click on the project.uvprojx file to open the MDK5 project.

dir

Execute the compilation. After it, click the download button to download the firmware to the development board. Then, the program will start running automatically, observe the program running status.

Tip: The default configuration of the project uses CMSIS-DAP to download the program. And then click the Download button to download the program to the development board.

project

Run

If it does not run automatically, press the reset button to restart the board and observe the actual effect of the LEDs on the board. After normal operation, the LEDs will blink periodically, as shown in the following figure:

run

Connect the corresponding serial port of the development board to the PC, open the corresponding serial port (115200-8-1-N) in the serial port tool, and reset the device. Then the output information of RT-Thread will be shown:

 \ | /
- RT -     Thread Operating System
 / | \     5.1.0 build Feb 19 2024 16:40:05
 2006 - 2024 Copyright by RT-Thread team
using armclang, version: 6190004
MCXN947 HelloWorld
msh >

Keep Learning

Completed RT-Thread Quickstart! Click here for Kernel Learning .

Additional Information

NXP FRDM-MCXN947 Development Practice Guide