• Home
  • Annotate
  • current directory
Name Date Size #Lines LOC

..21-Aug-2025-

applications/21-Aug-2025-

board/21-Aug-2025-

figures/21-Aug-2025-

video/21-Aug-2025-

xip/21-Aug-2025-

.config A D21-Aug-202546.4 KiB1,4261,316

Kconfig A D21-Aug-2025206 117

README.md A D21-Aug-20254.2 KiB8755

README_zh.md A D21-Aug-20254.2 KiB11667

SConscript A D21-Aug-2025311 1511

SConstruct A D21-Aug-20253 KiB8970

project.ewd A D21-Aug-202557.2 KiB1,6201,619

project.ewp A D21-Aug-202540.4 KiB1,4261,425

project.eww A D21-Aug-2025161 117

project.uvoptx A D21-Aug-20256.2 KiB190183

project.uvprojx A D21-Aug-202547.5 KiB1,2961,295

rtconfig.h A D21-Aug-20258.5 KiB42790

rtconfig.py A D21-Aug-20254.9 KiB165127

template.ewd A D21-Aug-202557.1 KiB1,6201,619

template.ewp A D21-Aug-202537.9 KiB1,0891,088

template.ewt A D21-Aug-2025103.6 KiB1,4271,426

template.eww A D21-Aug-2025162 117

template.uvoptx A D21-Aug-20256.2 KiB190183

template.uvprojx A D21-Aug-202514.5 KiB402395

README.md

1# NXP i. MX RT1170 EVK BSP(Board Support Package) Execution Instruction.
2
3[中文页](README_zh.md) |
4
5## Introduction
6
7This 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.
8
9The document is covered in three parts:
10
11- NXP i. MX RT1170 EVK Board Resources Introduction
12- Quickly Get Started
13- Advanced Features
14
15By 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.
16
17## Board Resources Introduction
18
19i.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.
20
21![board](figures/board.jpg)
22
23
24## Peripheral Condition
25
26Each peripheral supporting condition for this BSP is as follows:
27
28
29| **On-board Peripherals** | **Support** | **Remark**                            |
30| ------------------------ | ----------- | ------------------------------------- |
31| USB                      | √           |                                       |
32| SPI Flash                | √           |                                       |
33| Ethernet                 | √           |                                       |
34| **On-chip Peripherals**  | **Support** | **Remark**                            |
35| GPIO                     | √           |                                       |
36| SPI                      | √           |                                       |
37| I2C                      | √           |                                       |
38| SDIO                     | √           |                                       |
39| RTC                      | √           |                                       |
40| PWM                      | √           |                                       |
41| CAN                      | √           |                                       |
42
43## Execution Instruction
44
45### Quickly Get Started
46
47This 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.
48
49Then, the necessary libraries should be pulled; otherwise, the compilation will fail.
50
51```bash
52    pkgs --update
53```
54
55#### Hardware Connection
56
57Use a USB cable to connect the development board to the PC and turn on the power switch.
58
59#### Compile and Download
60
61Double-click the project.eww file, to open the IAR project, compile and download the project to the board.
62
63> 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.
64
65### **Running Results**
66
67Once the project is successfully downloaded, the system runs automatically.
68
69Connect 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:
70
71```
72 \ | /
73- RT -     Thread Operating System
74 / | \     4.1.1 build May 13 2022 11:37:59
75 2006 - 2022 Copyright by RT-Thread team
76```
77
78## **Advanced Features**
79
80This 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](https://www.rt-thread.io/download.html?download=Env), as follows:
81
821. Open the env tool under BSP;
832. Enter menuconfig command to configure the project, then save and exit;
843. Enter pkgs --update command to update the package;
854. Enter scons --target=mdk5/iar command to regenerate the project.
86
87Learn how to use RT-Thread Env, click [Here](https://github.com/RT-Thread/rtthread-manual-doc/blob/master/env/env.md).

README_zh.md

1# i.MX RT1170 EVK 开发板 BSP 说明
2
3## 简介
4
5本文档为 RT-Thread 开发团队为 NXP i.MX RT1170 EVK 开发板提供的 BSP (板级支持包) 说明。
6
7主要内容如下:
8
9- 开发板资源介绍
10- BSP 快速上手
11- 进阶使用方法
12
13通过阅读快速上手章节开发者可以快速地上手该 BSP,将 RT-Thread 运行在开发板上。在进阶使用指南章节,将会介绍更多高级功能,帮助开发者利用 RT-Thread 驱动更多板载资源。
14
15## 开发板介绍
16
17i.MX RT1170跨界MCU以1GHz的速度刷新了记录。该突破性系列结合了卓越的计算能力、多种媒体功能以及实时功能,易于使用。双核i.MX RT1170采用主频达1GHz的Cortex®-M7内核和主频达400MHz的Arm Cortex-M4,同时提供一流的安全保障。i.MX RT1170 MCU支持宽温度范围,适用于消费电子、工业和汽车市场。
18
19开发板外观如下图所示:
20
21![board](figures/board.jpg)
22
23
24
25开发板更多的详细信息请参考 NXP [i.MX RT1170 EVK 开发板介绍](https://www.nxp.com)26
27## 外设支持
28
29本 BSP 目前对外设的支持情况如下:
30
31| **板载外设**      | **支持情况** | **备注**                              |
32| :----------------- | :----------: | :------------------------------------|
33| USB 转串口        |     支持     |                                       |
34| SPI Flash         |     支持     |                                       |
35| 以太网            |     支持     |                                       |
36| **片上外设** | **支持情况** | **备注**                              |
37| GPIO         |     支持     |                                       |
38| UART         |     支持     |                                       |
39| SPI          |     支持     |                                       |
40| I2C          |     支持     |                                       |
41| SDIO         |     支持     |                                       |
42| RTC          |     支持     |                                       |
43| PWM          |     支持     |                                       |
44| CAN          |     支持     |                                       |
45
46
47## 使用说明
48
49使用说明分为如下两个章节:
50
51- 快速上手
52
53    本章节是为刚接触 RT-Thread 的新手准备的使用说明,遵循简单的步骤即可将 RT-Thread 操作系统运行在该开发板上,看到实验效果 。
54
55- 进阶使用
56
57    本章节是为需要在 RT-Thread 操作系统上使用更多开发板资源的开发者准备的。通过使用 ENV 工具对 BSP 进行配置,可以开启更多板载资源,实现更多高级功能。
58
59
60### 快速上手
61
62本 BSP 为开发者提供 MDK5 和 IAR 工程。下面以 IAR 开发环境为例,介绍如何将系统运行起来。
63
64**请注意!!!**
65
66在执行编译工作前请先打开ENV执行以下指令(该指令用于拉取必要的库,否则无法通过编译):
67
68```bash
69pkgs --update
70```
71
72#### 硬件连接
73
74使用数据线连接开发板到 PC,打开电源开关。
75
76#### 编译下载
77
78双击 project.eww 文件,打开 IAR 工程,编译并下载程序到开发板。
79
80> 工程默认配置使用 CMSIS-DAP 下载程序,在通过 CMSIS-DAP 连接开发板的基础上,点击下载按钮即可下载程序到开发板
81
82#### 运行结果
83
84下载程序成功之后,系统会自动运行。
85
86连接开发板对应串口到 PC , 在终端工具里打开相应的串口(115200-8-1-N),复位设备后,可以看到 RT-Thread 的输出信息:
87
88```
89 \ | /
90- RT -     Thread Operating System
91 / | \     4.1.1 build May 13 2022 11:37:59
92 2006 - 2022 Copyright by RT-Thread team
93```
94
95
96### 进阶使用
97
98此 BSP 默认只开启了串口 1 的功能,如果需使用更多高级外设功能,需要利用 ENV 工具对 BSP 进行配置,步骤如下:
99
1001. 在 bsp 下打开 env 工具。
101
1022. 输入 `menuconfig` 命令配置工程,配置好之后保存退出。
103
1043. 输入 `pkgs --update` 命令更新软件包。
105
1064. 输入 `scons --target=mdk5/iar` 命令重新生成工程。
107
108## 注意事项
109
110暂无
111
112## 联系人信息
113
114维护人:
115
116- [tyustli](https://github.com/tyustli)