rt-thread-official/bsp/imxrt/imxrt1052-nxp-evk
Ernest 7be06b67bb [add] default environment 2019-10-22 16:48:57 +08:00
..
applications imxrt:enet: Support imxrt ethernet interface 2019-09-19 11:21:42 +08:00
board imxrt:enet: Support imxrt ethernet interface 2019-09-19 11:21:42 +08:00
figures [bsp/nxp] add new imxrt series 2019-06-13 14:08:36 +08:00
xip [bsp/nxp] add new imxrt series 2019-06-13 14:08:36 +08:00
.config fix spelling mistake for "RT_IDEL_HOOK_LIST_SIZE" 2019-09-05 08:33:12 +08:00
Kconfig [bsp/nxp] add new imxrt series 2019-06-13 14:08:36 +08:00
README.md [bsp/nxp] add new imxrt series 2019-06-13 14:08:36 +08:00
SConscript [bsp/nxp] add new imxrt series 2019-06-13 14:08:36 +08:00
SConstruct [add] default environment 2019-10-22 16:48:57 +08:00
project.ewd [bsp/nxp] add new imxrt series 2019-06-13 14:08:36 +08:00
project.ewp [bsp] update project configure file for finsh component change 2019-09-26 15:40:13 +08:00
project.eww [bsp/nxp] add new imxrt series 2019-06-13 14:08:36 +08:00
project.uvoptx [bsp] update project configure file for finsh component change 2019-09-26 15:40:13 +08:00
project.uvprojx [bsp] update project configure file for finsh component change 2019-09-26 15:40:13 +08:00
rtconfig.h fix spelling mistake for "RT_IDEL_HOOK_LIST_SIZE" 2019-09-05 08:33:12 +08:00
rtconfig.py 修正了dist命令对imxrt系列bsp包的支持,修改前的dist命令生成的工程缺少了Libraries。 2019-07-19 01:15:06 +08:00
template.ewd [bsp/nxp] add new imxrt series 2019-06-13 14:08:36 +08:00
template.ewp [bsp/nxp] add new imxrt series 2019-06-13 14:08:36 +08:00
template.ewt [bsp/nxp] add new imxrt series 2019-06-13 14:08:36 +08:00
template.eww [bsp/nxp] add new imxrt series 2019-06-13 14:08:36 +08:00
template.uvoptx [bsp/nxp] add new imxrt series 2019-06-13 14:08:36 +08:00
template.uvprojx [bsp/nxp] add new imxrt series 2019-06-13 14:08:36 +08:00

README.md

i.MX RT1050 EVK 开发板 BSP 说明

简介

本文档为 RT-Thread 开发团队为 NXP i.MX RT1050 EVK 开发板提供的 BSP (板级支持包) 说明。

主要内容如下:

  • 开发板资源介绍
  • BSP 快速上手
  • 进阶使用方法

通过阅读快速上手章节开发者可以快速地上手该 BSP将 RT-Thread 运行在开发板上。在进阶使用指南章节,将会介绍更多高级功能,帮助开发者利用 RT-Thread 驱动更多板载资源。

开发板介绍

i.MX RT1050 EVK 是 NXP 官方推出的一款基于 ARM Cortex-M7 内核的开发板,最高主频为 600MHz该开发板具有丰富的板载资源可以充分发挥 RT1052 的芯片性能。

开发板外观如下图所示:

board

该开发板常用板载资源如下:

  • MCUMIMXRT1052DVL6A主频 600MHz
  • 存储256MB SDRAM、512MB Hyper FLASH
  • 常用外设
    • 运动传感器FXOS8700CQ
    • LED
  • 常用接口USB 转串口、SD 卡接口、以太网接口、LCD 接口、摄像头接口
  • 调试接口:标准 JTAG/SWD

开发板更多的详细信息请参考 NXP i.MX RT1050 EVK 开发板介绍

外设支持

本 BSP 目前对外设的支持情况如下:

片上外设 支持情况 备注
GPIO 支持
UART 支持 UART1

使用说明

使用说明分为如下两个章节:

  • 快速上手

    本章节是为刚接触 RT-Thread 的新手准备的使用说明,遵循简单的步骤即可将 RT-Thread 操作系统运行在该开发板上,看到实验效果 。

  • 进阶使用

    本章节是为需要在 RT-Thread 操作系统上使用更多开发板资源的开发者准备的。通过使用 ENV 工具对 BSP 进行配置,可以开启更多板载资源,实现更多高级功能。

快速上手

本 BSP 为开发者提供 MDK5 和 IAR 工程,并且支持 GCC 开发环境。下面以 MDK5 开发环境为例,介绍如何将系统运行起来。

硬件连接

使用数据线连接开发板到 PC打开电源开关。

编译下载

双击 project.uvprojx 文件,打开 MDK5 工程,编译并下载程序到开发板。

工程默认配置使用 CMSIS-DAP 下载程序,在通过 CMSIS-DAP 连接开发板的基础上,点击下载按钮即可下载程序到开发板

运行结果

下载程序成功之后,系统会自动运行,观察开发板上 LED 的运行效果,绿色 LED 会周期性闪烁。

连接开发板对应串口到 PC , 在终端工具里打开相应的串口115200-8-1-N复位设备后可以看到 RT-Thread 的输出信息:

 \ | /
- RT -     Thread Operating System
 / | \     4.0.1 build May 5 2019
 2006 - 2019 Copyright by rt-thread team

进阶使用

此 BSP 默认只开启了 GPIO 和 串口 1 的功能,如果需使用更多高级外设功能,需要利用 ENV 工具对 BSP 进行配置,步骤如下:

  1. 在 bsp 下打开 env 工具。

  2. 输入 menuconfig 命令配置工程,配置好之后保存退出。

  3. 输入 pkgs --update 命令更新软件包。

  4. 输入 scons --target=mdk4/mdk5/iar 命令重新生成工程。

本章节更多详细的介绍请参考 i.MXRT 系列 BSP 外设驱动使用教程

注意事项

暂无

联系人信息

维护人: