资源简介
lpc1768 串口(uart)(包括DMA)等各种程序

代码片段和文件信息
/****************************************Copyright (c)****************************************************
** Guangzhou ZHIYUAN electronics Co.LTD.
**
** http://www.embedtools.com
**
**--------------File Info---------------------------------------------------------------------------------
** File name: rt_sys_c.c
** Latest modified Date: 2009-06-01
** Latest Version: 1.0
** Descriptions: 目标板部分实时库函数代码
**
**--------------------------------------------------------------------------------------------------------
** Created by: Chenmingji
** Created date: 2009-06-01
** Version: 1.0
** Descriptions: The original version
**
**--------------------------------------------------------------------------------------------------------
** Modified by:
** Modified date:
** Version:
** Descriptions:
**
*********************************************************************************************************/
#include “..\..\config.h“
#include
/*********************************************************************************************************
以下为一些与系统相关的库函数的实现
具体作用请ads的参考编译器与库函数手册
用户可以根据自己的要求修改
*********************************************************************************************************/
/*********************************************************************************************************
The implementations for some library functions
For more details please refer to the ADS compiler handbook and The library
function manual
User could change it as needed
*********************************************************************************************************/
#include
#include
#include
#include
#pragma import(__use_no_semihosting_swi)
/*********************************************************************************************************
调整半主库相关函数
*********************************************************************************************************/
/*********************************************************************************************************
** Function name: _sys_exit
** Descriptions: 返回初始堆栈和堆的位置,一般用汇编实现
** input parameters: 手册未作详细说明
** output parameters: none
** Returned value: r0: 堆基址
** r1: 堆栈基址,即堆栈区中的最高地址
** r2: 堆限制
** r3: 堆栈限制,即堆栈区中的最低地址
*********************************************************************************************************/
#if 0
__value_in_regs struct __initial_stackheap __user_initial_stackheap (unsigned R0
unsigned SP
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2012-08-19 20:55 UART0\
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\
目录 0 2014-03-01 13:50 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\
文件 5914 2009-08-28 14:48 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700.Uv2.bak
文件 67861 2014-02-28 16:13 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700.map
文件 5371 2009-08-28 14:48 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700.opt.bak
文件 73102 2014-03-01 13:50 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700.uvopt
文件 34703 2014-02-28 16:37 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700.uvproj
文件 7158 2014-03-01 09:54 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700_DebugInFlash.dep
文件 73102 2014-02-28 16:37 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700_uvopt.bak
文件 34740 2014-02-28 14:54 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Cortex-M3 Execute for lpc1700_uvproj.bak
文件 42621 2014-02-28 16:37 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\Jli
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\USER_CODE\
文件 7103 2014-02-28 16:35 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\USER_CODE\main.c
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\Startup\
文件 7377 2009-08-10 16:39 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\Startup\LPC1700PinCfg.c
文件 85017 2009-07-27 11:33 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\Startup\lpc1700.h
文件 8173 2009-08-27 11:23 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\Startup\target.c
文件 3005 2009-07-25 10:55 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\Startup\target.h
文件 11455 2009-08-27 11:23 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\Startup\vector_table.c
文件 4653 2009-07-23 14:34 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\firmware.h
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\zy_if\
文件 13639 2009-08-21 10:22 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\zy_if\zy_if.c
文件 10078 2009-07-25 11:15 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\ZY_CODE\zy_if\zy_if.h
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\cfg_file\
目录 0 2014-02-28 14:53 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\cfg_file\Startup\
文件 265 2009-07-23 09:37 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\cfg_file\Startup\InChip.sct
文件 54888 2009-07-29 10:19 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\cfg_file\Startup\LPC1700PinCfg.h
文件 15782 2009-07-24 09:44 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\cfg_file\Startup\rt_sys_c.c
文件 1614 2009-07-27 11:15 UART0\UART0 DMA方式发送\Cortex-M3 Execute for lpc1700\cfg_file\Startup\rt_sys_s.s
............此处省略183个文件信息
相关资源
- 易语言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地磅串口代码
- ch452串口键盘驱动程序
- 托利多电子秤ind245协议读取串口数据
评论
共有 条评论