资源简介
使用野火的模板 利用RT1052的eDMA 和串口空闲中断实现 接收不定长数据,并在主函数打印出来。。。
实测有效

代码片段和文件信息
/*
** ###################################################################
** Processors: MIMXRT1052CVL5B
** MIMXRT1052DVL6B
**
** Compilers: Keil ARM C/C++ Compiler
** Freescale C/C++ for embedded ARM
** GNU C Compiler
** IAR ANSI C/C++ Compiler for ARM
** MCUXpresso Compiler
**
** Reference manual: IMXRT1050RM Rev.1 03/2018
** Version: rev. 0.1 2017-01-10
** Build: b180307
**
** Abstract:
** Provides a system configuration function and a global variable that
** contains the system frequency. It configures the device and initializes
** the oscillator (PLL) that is part of the microcontroller device.
**
** The Clear BSD License
** Copyright 2016 Freescale Semiconductor Inc.
** Copyright 2016-2018 NXP
** All rights reserved.
**
** Redistribution and use in source and binary forms with or without
** modification are permitted (subject to the limitations in the
** disclaimer below) provided that the following conditions are met:
**
** * Redistributions of source code must retain the above copyright
** notice this list of conditions and the following disclaimer.
**
** * Redistributions in binary form must reproduce the above copyright
** notice this list of conditions and the following disclaimer in the
** documentation and/or other materials provided with the distribution.
**
** * Neither the name of the copyright holder nor the names of its
** contributors may be used to endorse or promote products derived from
** this software without specific prior written permission.
**
** NO EXPRESS OR IMPLIED LICENSES TO ANY PARTY‘S PATENT RIGHTS ARE
** GRANTED BY THIS LICENSE. THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT
** HOLDERS AND CONTRIBUTORS “AS IS“ AND ANY EXPRESS OR IMPLIED
** WARRANTIES INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
** DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
** LIABLE FOR ANY DIRECT INDIRECT INCIDENTAL SPECIAL EXEMPLARY OR
** CONSEQUENTIAL DAMAGES (INCLUDING BUT NOT LIMITED TO PROCUREMENT OF
** SUBSTITUTE GOODS OR SERVICES; LOSS OF USE DATA OR PROFITS; OR
** BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY
** WHETHER IN CONTRACT STRICT LIABILITY OR TORT (INCLUDING NEGLIGENCE
** OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE EVEN
** IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
**
** http: www.nxp.com
** mail: support@nxp.com
**
** Revisions:
** - rev. 0.1 (2017-01-10)
** Initial version.
**
** ###################################
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2019-08-21 11:42 RT1052串口DMA接收不定长数据\
目录 0 2019-08-21 11:42 RT1052串口DMA接收不定长数据\doc\
文件 1274 2019-08-14 14:06 RT1052串口DMA接收不定长数据\doc\必读说明.txt
目录 0 2019-08-21 11:42 RT1052串口DMA接收不定长数据\libraries\
目录 0 2019-08-21 11:42 RT1052串口DMA接收不定长数据\libraries\CMSIS\
目录 0 2019-08-21 11:42 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\
目录 0 2019-08-21 11:42 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\DriverTemplates\
文件 9552 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\DriverTemplates\Driver_CAN.c
文件 5522 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\DriverTemplates\Driver_ETH_MAC.c
文件 2726 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\DriverTemplates\Driver_ETH_PHY.c
文件 2968 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\DriverTemplates\Driver_Flash.c
文件 3133 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\DriverTemplates\Driver_I2C.c
文件 5036 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\DriverTemplates\Driver_MCI.c
文件 2810 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\DriverTemplates\Driver_SAI.c
文件 3690 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\DriverTemplates\Driver_SPI.c
文件 2822 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\DriverTemplates\Driver_Storage.c
文件 3784 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\DriverTemplates\Driver_USART.c
文件 3458 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\DriverTemplates\Driver_USBD.c
文件 5121 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\DriverTemplates\Driver_USBH.c
目录 0 2019-08-21 11:42 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\Include\
文件 22774 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\Include\Driver_CAN.h
文件 2317 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\Include\Driver_Common.h
文件 2640 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\Include\Driver_ETH.h
文件 16251 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\Include\Driver_ETH_MAC.h
文件 6220 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\Include\Driver_ETH_PHY.h
文件 8022 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\Include\Driver_Flash.h
文件 10701 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\Include\Driver_I2C.h
文件 20027 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\Include\Driver_MCI.h
文件 23540 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\Include\Driver_NAND.h
文件 18838 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\Include\Driver_SAI.h
文件 12919 2019-08-14 14:06 RT1052串口DMA接收不定长数据\libraries\CMSIS\Driver\Include\Driver_SPI.h
............此处省略263个文件信息
相关资源
- STM32F103RC+ADC+DMA多通道采样LCD显示
- Modbus协议官方文档中、英文全
- 易语言OTG串口通信
- delphi 串口通讯
- STM32蓝牙和串口程序
- 基于xilinx FPGA的PCIe设计实战
- LCD显示温度+串口接收温度.rar
- WPF USB 网络 串口 通信软件
- DELPHI与西门子200PLC的串口通信实例
- Verilog FPGA UART串口控制器
- USB转串口驱动,FT232R驱动程序,最新
- PC -- 单片机的串口数据传输系统设计
- STM32F103 串口程序(完整版)
- 一个简单的verilog编写的DMA IP CORE,和
- stm32 ds18b20 温度传感器 测试通过
- PC 串口调试软件
- 51单片机读取温度数据存储到SD卡中并
- 单片机与PC机串口通讯仿真
- 串口调试助手V5.0
- 双串口调试助手 V4.0 _ 可同时调试两个
- 读取串口数据并画实时曲线的VC 程序
- 网络(UDP)转串口程序
- 串口绘制曲线 将收到的数据进行曲线
- 基于ARM蓝牙传输源程序
- JS操作本地网页串口源码
- stm32通过DMA方式采集ADC数据
- AT89S ISP下载编程软件(串口)
- 串口操作类(justinio)
- 《Visual Basic 串口通信与测控应用技术
- 耀华XK3190-A9地磅串口代码
评论
共有 条评论