rt-thread-official/bsp/imxrt/imxrt1170-nxp-evk
Meco Man 89f40696ff [nxp][imxrt1170] format files 2022-08-17 23:47:54 -04:00
..
applications [gcc][armcc][armclang] rtconfig.CROSS_TOOL->rtconfig.PLATFORM 2022-08-16 09:39:00 +08:00
board [nxp][imxrt1170] format files 2022-08-17 23:47:54 -04:00
figures add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00
xip [gcc][armcc][armclang] rtconfig.CROSS_TOOL->rtconfig.PLATFORM 2022-08-16 09:39:00 +08:00
.config update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
Kconfig add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00
README.md add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00
README_zh.md add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00
SConscript add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00
SConstruct 增加双网口配置选项,增加phy8211F 驱动 (#6278) 2022-08-14 23:21:27 -04:00
project.ewd add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00
project.ewp update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
project.eww add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00
project.uvoptx add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00
project.uvprojx update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
rtconfig.h update the project for RT-Thread_V4.1.1 2022-08-16 19:38:48 +08:00
rtconfig.py [scons][iar] 将IAR的PLATFORM字段由iar调整为iccarm 2022-06-09 07:01:59 +08:00
template.ewd add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00
template.ewp add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00
template.ewt add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00
template.eww add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00
template.uvoptx add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00
template.uvprojx add rt1170/rt1020 bsp (#5927) 2022-05-19 14:06:35 +08:00

README.md

NXP i. MX RT1170 EVK BSP(Board Support Package) Execution Instruction.

中文页 |

Introduction

This document records the execution instruction of the BSP (board support package) provided by the RT-Thread development team for the NXP i. MX RT1170 EVK development board.

The document is covered in three parts:

  • NXP i. MX RT1170 EVK Board Resources Introduction
  • Quickly Get Started
  • Advanced Features

By reading the Quickly Get Started section developers can quickly get their hands on this BSP and run RT-Thread on the board. More advanced features will be introduced in the Advanced Features section to help developers take advantage of RT-Thread to drive more on-board resources.

Board Resources Introduction

i.MX RT1170 crossover MCUs are part of the EdgeVerse™ edge computing platform and are setting speed records at 1 GHz. This ground-breaking family combines superior computing power and multiple media capabilities with ease-of-use and real-time functionality. The dual core i.MX RT1170 MCU runs on the Arm® Cortex®-M7 core at 1 GHz and Arm Cortex-M4 at 400 MHz, while providing advanced security. The i.MX RT1170 MCU offers support over a wide temperature range and is designed for consumer, industrial and automotive markets.

board

Peripheral Condition

Each peripheral supporting condition for this BSP is as follows:

On-board Peripherals Support Remark
USB
SPI Flash
Ethernet
On-chip Peripherals Support Remark
GPIO
SPI
I2C
SDIO
RTC
PWM

Execution Instruction

Quickly Get Started

This BSP provides MDK 5 and IAR projects for developers. Here's an example of the IAR development environment, to introduce how to run the system.

Hardware Connection

Use a USB cable to connect the development board to the PC and turn on the power switch.

Compile and Download

Double-click the project.eww file, to open the IAR project, compile and download the project to the board.

By default, the project uses the CMSIS-DAP to download the program, when the CMSIS-DAP connects the board, clicking the download button can download the program to the board.

Running Results

Once the project is successfully downloaded, the system runs automatically.

Connect the serial port of the board to the PC, communicate with it via a serial terminal tool(115200-8-1-N). Reset the board and the startup information of RT-Thread will be observed:

 \ | /
- RT -     Thread Operating System
 / | \     4.1.1 build May 13 2022 11:37:59
 2006 - 2022 Copyright by RT-Thread team

Advanced Features

This BSP only enables serial port 1 by default. If you need more advanced features, you need to configure the BSP with RT-Thread Env tools, as follows:

  1. Open the env tool under BSP;
  2. Enter menuconfig command to configure the project, then save and exit;
  3. Enter pkgs --update command to update the package;
  4. Enter scons --target=mdk5/iar command to regenerate the project.

Learn how to use RT-Thread Env, click Here.