|
3 years ago | |
---|---|---|
.. | ||
applications | 5 years ago | |
board | 4 years ago | |
figures | 6 years ago | |
xip | 6 years ago | |
.config | 3 years ago | |
Kconfig | 6 years ago | |
README.md | 4 years ago | |
README_zh.md | 4 years ago | |
SConscript | 6 years ago | |
SConstruct | 3 years ago | |
project.ewd | 6 years ago | |
project.ewp | 3 years ago | |
project.eww | 6 years ago | |
project.uvoptx | 5 years ago | |
project.uvprojx | 3 years ago | |
rtconfig.h | 3 years ago | |
rtconfig.py | 4 years ago | |
template.ewd | 6 years ago | |
template.ewp | 6 years ago | |
template.ewt | 6 years ago | |
template.eww | 6 years ago | |
template.uvoptx | 6 years ago | |
template.uvprojx | 6 years ago |
中文页 |
This document records the execution instruction of the BSP (board support package) provided by the RT-Thread development team for the NXP i. MX RT1050 EVK development board.
The document is covered in three parts:
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.
The i.MX RT1050 EVK is a development board based on ARM Cortex-M7. The maximum main frequency is 600 MHz, and it has a wealth of on-board resources that can take full advantage of the RT1052's chip performance.
The mainly-used resources of this board are shown as follows:
Each peripheral supporting condition for this BSP is as follows:
On-chip Peripheral | Support | Remark |
---|---|---|
GPIO | Support | |
UART | Support | UART1 |
This BSP provides MDK 5 and IAR projects for developers and it supports the GCC development environment. Here's an example of the MDK5 development environment, to introduce how to run the system.
Use a USB cable to connect the development board to the PC and turn on the power switch.
Double-click the project.uvprojx file, to open the MDK 5 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.
Once the project is successfully downloaded, the system runs automatically. The green LED on the board will flash periodically.
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.0.1 build May 5 2019
2006 - 2019 Copyright by rt-thread team
This BSP only enables GPIO and serial port 1 by default. If you need more advanced features, you need to configure the BSP with RT-Thread Env tools, as follows:
Learn how to use RT-Thread Env, click Here.